scrbl updates
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
*.html
|
||||
*.css
|
||||
*.js
|
||||
@@ -8,7 +8,7 @@
|
||||
@title{audio-decoder}
|
||||
@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
|
||||
decoders. A backend is selected from the filename extension and is then
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
@title{audio-sniffer}
|
||||
@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
|
||||
file contents (signature sniffing) and, optionally, file extensions.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
@title{FFmpeg Decoder}
|
||||
@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
|
||||
uses the lower-level @racketmodname[racket-sound/ffmpeg-ffi] module and presents a
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
@title{FFmpeg FFI}
|
||||
@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
|
||||
FFmpeg audio shim. The native shim exposes an opaque FFmpeg instance and
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
@title{flac-decoder}
|
||||
@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
|
||||
FFI layer. It opens a decoder for a file, reads stream metadata,
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
@title{libao}
|
||||
@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
|
||||
audio output backend. It opens a live output device or a file output,
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
@title{mp3-decoder}
|
||||
@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,
|
||||
reports stream information through a callback, streams decoded PCM
|
||||
|
||||
Reference in New Issue
Block a user