Attempt to generate 8 bit sound files
  • JavaScript 83.2%
  • HTML 10.8%
  • CSS 6%
Find a file
Lewis Moten 7d44141590
chore: read headers
See @lewismoten/riff-wave-reader#33 for bug
2019-05-04 15:39:10 -04:00
public create-react-app 2019-04-30 19:37:52 -04:00
reader chore: read headers 2019-05-04 15:39:10 -04:00
src create-react-app 2019-04-30 19:37:52 -04:00
.gitignore chore: ignore generated image 2019-05-04 15:23:03 -04:00
LICENSE.md Initial commit 2019-04-30 17:38:32 -04:00
package-lock.json chore: update riff-wave-reader version 2019-05-04 15:21:47 -04:00
package.json chore: update riff-wave-reader version 2019-05-04 15:21:47 -04:00
README.md doc audacity export 2019-05-01 00:20:45 -04:00

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