Hacker News new | ask | show | jobs
by doctorwhat 1928 days ago
I downloaded the audio and converted it to .wav. Made it mono, extracted the end, and saved as unsigned 8bits PCM. Now trying to figure out what the hell to do with it! Any pointers appreciated :)
1 comments

Use MakeUEF to convert from .wav to .uef, and you can then load that into a BBC Micro emulator.
Thanks, I was missing knowledge about that file format!
thanks!