![]() |
Wav Music player for neogeo pocket? - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Neo Geo Pocket (https://forum.freeplaytech.com/forumdisplay.php?fid=1) +--- Forum: Software Development (https://forum.freeplaytech.com/forumdisplay.php?fid=4) +--- Thread: Wav Music player for neogeo pocket? (/showthread.php?tid=5498) |
Wav Music player for neogeo pocket? - NeoGeoFreak2004 - 09-07-2025 Hi there everyone, sorry if I post this in the software dev channel instead of the homebrew channel, but quick question. i want to play wav music on my ngpc but idk how to convert the music to a rom file that will play nicely on a ngpc flash cart. Any way I could do that. Thanks and have a great day RE: Wav Music player for neogeo pocket? - sodthor - 09-08-2025 https://forum.freeplaytech.com/showthread.php?tid=70&highlight=mic_ RE: Wav Music player for neogeo pocket? - NeoGeoFreak2004 - 09-10-2025 Thx for the link. But how can I convert my wav files to .h header format to support the ngpc? RE: Wav Music player for neogeo pocket? - sodthor - 09-12-2025 find a "bin2c" utility or do one by yourself, it's quite easy, or ask any LLM with prompt (for a python program): "write me a bin2c program in python targeting a tlcs 900h compiler" |