git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-lib/examples/gb/wav_sample/Readme.md

      1 
      2 Demonstration of how to convert and play wav sample files
      3 
      4 Included wav audio files are in the public domain
      5 
      6 Conversion of samples:
      7   - `utils/cvtsample.py sndrec/cowbell_8bit_pcm_unsigned.wav sample1 C > src/sample_data_1.h`
      8   - `utils/cvtsample.py sndrec/risset_drum_8bit_pcm_unsigned.wav sample2 C > src/sample_data_2.h`
      9 

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.