Hi,
I'm not sure if this is the right place; is there a forum (besides for IRC) for development questions?
I'm working on my first plugin; a morse output for Rockbox (currently reading text files). However, I'm having some trouble with the actual tones.
Is there any way I can generate a tone in code? The examples I saw, such as metronome and rockdoom rely on loading precomputed MP3 frame(s) or raw PCM data and playing that. I'd like to be able to configure the frequency (and duration) at runtime. Is there any way to do this?
Alternatively, how exactly can I translate raw audio data (that I've created in Audacity, for example) to an array for use as either an MP3 frame or PCM data?
Thanks