libao documentation

This commit is contained in:
2026-04-21 10:38:07 +02:00
parent 57fe9ab48a
commit cd11bb77f9
2 changed files with 213 additions and 1 deletions

View File

@@ -65,8 +65,9 @@
(define (ao-valid-rate? rate)
(and (integer? rate)
(> rate 0)
(not (eq? (memq rate '(8000 11025 16000 22050 44100
48000 88200 96000 1764000
48000 88200 96000 176400
192000 352800 384000)) #f))))
(define (ao-valid-channels? c)