Attempt to generate 8 bit sound files
- JavaScript 83.2%
- HTML 10.8%
- CSS 6%
|
|
||
|---|---|---|
| public | ||
| reader | ||
| src | ||
| .gitignore | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Cute Piano Odyssey
Experimenting in looking at the WAV file format. The goal is to read and generate 8 bit audio files.
Audacity
To create 8 Bit Wave Files in an external editor for testing...
- In Audacity, set project rate to 8000 Hz
- Record your audio
- Menu -> File -> Export Audio...
- Save as type: Other uncompressed files
- Header: WAV (MS)
- Encoding: Unsigned 8-bit PCM
- Choose a file name and add .WAV file extension