Page 1 of 1

Numerical the method which converts Text file with wav files

Posted: Fri May 29, 2009 10:47 pm
by hongs
Save As leads in GoldWave menus and after storing with Numerical Text files, again wav other file (remaking the file which is possible) with converts from the player and does to do this file how is anxious.

The gun of Numerical Text files which supports from GoldWave knows.

Re: Numerical the method which converts Text file with wav f

Posted: Fri Jun 05, 2009 11:24 pm
by GoldWave Inc.
I'm not sure I understand what you are asking. To convert audio to/from numerical text you can use the C functions strtod, sprintf, strtol. To convert audio to text in a file plug-in, you could use something like this:

Code: Select all

fprintf( file, "%1.5f ", audio[n] );
Chris