How would you go about doing the following?
I'd like to generate tones for specific durations (dynamically) on the pocketPC. I've checked into several sound libs and can't find any that give me the ability to do the following:
beep (frequency, duration in ms)
A simple use of this function might be to create a morse code utility. It could be used for more complex apps that handle full protocols, etc.
Ideally, this function would work like several you've seen in PC APIs (interruptable, multiple "beeps" running concurrently, ...).
Any ideas?
Is it possible?
Thanks -
dxmonger@yahoo.com