gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 98d3a6d9501f4a34229fd926f5b0e6559a0a27ed parent 88a1e3c080d0f7819cf643cbbdab45543f599d85 Author: Toxa <untoxa@mail.ru> Date: Thu, 24 Aug 2023 00:12:15 +0300 EXAMPLES: fix readme.md on the wav_sample example for the SMS Diffstat:
| M | gbdk-lib/examples/sms/wav_sample/Readme.md | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gbdk-lib/examples/sms/wav_sample/Readme.md b/gbdk-lib/examples/sms/wav_sample/Readme.md @@ -4,6 +4,6 @@ Demonstration of how to convert and play wav sample files Included wav audio files are in the public domain Conversion of samples: - - `utils/cvtsample.py sndrec/cowbell_8bit_pcm_unsigned.wav - - `utils/cvtsample.py sndrec/risset_drum_8bit_pcm_unsigned.wav + - `utils/cvtsamplesms.py sndrec/cowbell_8bit_pcm_unsigned.wav + - `utils/cvtsamplesms.py sndrec/risset_drum_8bit_pcm_unsigned.wav
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.