fix comment format

main
Steve Ayerhart 2022-11-23 15:29:11 -05:00
parent 42cabaa9e8
commit 079bcfc315
No known key found for this signature in database
GPG Key ID: 4CB33EB9BB156C97
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
((between? raw #b100000 #b111111) (values (+ 1 (bit-extract raw 0 5)) 'lpc))
(else (values #f #f)))))
; https://www.ietf.org/archive/id/draft-ietf-cellar-flac-07.html#name-interchannel-decorrelation
;;; https://www.ietf.org/archive/id/draft-ietf-cellar-flac-07.html#name-interchannel-decorrelation
(define (stereo-decorrelation samples channel-assignment)
(match channel-assignment
('independent samples)