File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/core/src/main/resources/data/computercraft/lua/rom/modules/main/cc/audio Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Convert between streams of DFPWM audio data and a list of amplitudes.
8
8
DFPWM (Dynamic Filter Pulse Width Modulation) is an audio codec designed by GreaseMonkey. It's a relatively compact
9
9
format compared to raw PCM data, only using 1 bit per sample, but is simple enough to encode and decode in real time.
10
10
11
- Typically DFPWM audio is read from [the filesystem][`fs.ReadHandle`] or a [a web request][`http.Response`] as a string,
12
- and converted a format suitable for [`speaker.playAudio`].
11
+ Typically DFPWM audio is read from [the filesystem][`fs.ReadHandle`] or [a web request][`http.Response`] as a string,
12
+ and converted to a format suitable for [`speaker.playAudio`].
13
13
14
14
## Encoding and decoding files
15
15
This module exposes two key functions, [`make_decoder`] and [`make_encoder`], which construct a new decoder or encoder.
You can’t perform that action at this time.
0 commit comments