TTMSFMXSCOPE

How j can display the wav of audio of microphone or audio file?


thank,

Antonio

You'd need to extract the data from the wave file (will depend on the format of audio file you use) and fill this data into the scope. The first thing to do will be to extract the series of values from the audio file and then feed this data to a scope series via the TTMSFMXScope.OnNeedData event.