Skip to content

pawprintsgames/wav-pda-converter

Repository files navigation

WAV to PDA Converter

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/

CLI usage

This assumes you have NodeJS installed.

npm ci
node bin/index.js input_file.wav output_file.pda

Building from source

To update dist/wav-to-pda.js:

npm ci
npm run build

Building the web app

npm ci
npm run dev

Made possible by...

About

Converting between WAV and Playdate Audio files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published