Re: Wav files
- Posted by Brian Jackson <bjackson at 2FARGON.HYPERMART.NET> Apr 27, 1999
- 514 views
>I'm wondering if anyone would know how I could use Euphoria to make a .WAV >file? >Not to play one, just to make one. (For example, take a sequence of numbers >and compile them into a xxxxx.wav (such that each number in the sequence >represented the value of succesive samples in the wave) which could then be >played with any .wav player. >Does this code exist? If not, could it? If so, where could I find it? >Thanks, >Andrew Andrew, The code that you want has been written into WINMM.DLL. The only function in there that I've ever used is PlaySound, but as I understand, all the MIDI and WAV functions are there, too. Brian Jackson