tags:

views:

36

answers:

1

I'm working on a side project for HAM Radio examination where the user enters text and Morse Code is played back utilizing .NET's Console.Beep().

I'm looking for possible solutions to export this as a recording (audio file) for later playback using standard audio players (Media Player, etc.). Any recommendations on existing code or free/open source libraries? Thanks.

Thanks for the help.

+1  A: 

Why not export it as a MIDI file using a library like NAudio?

cxfx
After a quick review of the site, it looks promising. Thanks for the link!
JTA