Converting WAV files to PDA (Playdate Audio) for use with the Playdate games console.
Use it on the web here, no code required: https://pawprintsgames.github.io/wav-pda-converter/
This assumes you have NodeJS installed.
npm ci
node bin/index.js input_file.wav output_file.pda
To update dist/wav-to-pda.js
:
npm ci
npm run build
npm ci
npm run dev
- Scratchminer on the Playdate Squad discord
- This guide to Playdate file formats
- This YouTube video on working with WAV files
- This guide to WAV file formats
- Dave from Panic