scrbl updates

This commit is contained in:
2026-05-04 13:27:02 +02:00
parent 85613cd013
commit 11a1abce5b
8 changed files with 10 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
*.html
*.css
*.js
+1 -1
View File
@@ -8,7 +8,7 @@
@title{audio-decoder} @title{audio-decoder}
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]] @author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule[(file "../audio-decoder.rkt")] @defmodule[racket-audio/audio-decoder]
This module provides a small abstraction layer over concrete audio This module provides a small abstraction layer over concrete audio
decoders. A backend is selected from the filename extension and is then decoders. A backend is selected from the filename extension and is then
+1 -1
View File
@@ -7,7 +7,7 @@
@title{audio-sniffer} @title{audio-sniffer}
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]] @author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule[(file "../audio-sniffer.rkt")] @defmodule[racket-audio/audio-sniffer]
This module provides functionality to detect audio file formats based on This module provides functionality to detect audio file formats based on
file contents (signature sniffing) and, optionally, file extensions. file contents (signature sniffing) and, optionally, file extensions.
+1 -1
View File
@@ -9,7 +9,7 @@
@title{FFmpeg Decoder} @title{FFmpeg Decoder}
@author{@author+email["Hans Dijkema" "hans@dijkewijk.nl"]} @author{@author+email["Hans Dijkema" "hans@dijkewijk.nl"]}
@defmodule[(file "../ffmpeg-decoder.rkt")] @defmodule[racket-audio/ffmpeg-decoder]
This module provides an audio decoder based on the FFmpeg audio shim. It This module provides an audio decoder based on the FFmpeg audio shim. It
uses the lower-level @racketmodname[racket-sound/ffmpeg-ffi] module and presents a uses the lower-level @racketmodname[racket-sound/ffmpeg-ffi] module and presents a
+1 -1
View File
@@ -9,7 +9,7 @@
@title{FFmpeg FFI} @title{FFmpeg FFI}
@author{@author+email["Hans Dijkema" "hans@dijkewijk.nl"]} @author{@author+email["Hans Dijkema" "hans@dijkewijk.nl"]}
@defmodule[(file "../ffmpeg-ffi.rkt")] @defmodule[racket-audio/ffmpeg-ffi]
This module provides the low-level Racket FFI binding for the native This module provides the low-level Racket FFI binding for the native
FFmpeg audio shim. The native shim exposes an opaque FFmpeg instance and FFmpeg audio shim. The native shim exposes an opaque FFmpeg instance and
+1 -1
View File
@@ -9,7 +9,7 @@
@title{flac-decoder} @title{flac-decoder}
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]] @author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule[(file "../flac-decoder.rkt")] @defmodule[racket-audio/flac-decoder]
This module provides a small decoder interface on top of the FLAC This module provides a small decoder interface on top of the FLAC
FFI layer. It opens a decoder for a file, reads stream metadata, FFI layer. It opens a decoder for a file, reads stream metadata,
+1 -1
View File
@@ -9,7 +9,7 @@
@title{libao} @title{libao}
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]] @author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule[(file "../libao.rkt")] @defmodule[racket-audio/libao]
This module provides a small high-level interface to an asynchronous This module provides a small high-level interface to an asynchronous
audio output backend. It opens a live output device or a file output, audio output backend. It opens a live output device or a file output,
+1 -1
View File
@@ -9,7 +9,7 @@
@title{mp3-decoder} @title{mp3-decoder}
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]] @author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule[(file "../mp3-decoder.rkt")] @defmodule[racket-audio/mp3-decoder]
This module provides an MP3 decoder backend. It opens an MP3 file, This module provides an MP3 decoder backend. It opens an MP3 file,
reports stream information through a callback, streams decoded PCM reports stream information through a callback, streams decoded PCM