Numerical the method which converts Text file with wav files

Discussions for GoldWave plug-in development
Post Reply
hongs
Posts: 1
Joined: Fri May 29, 2009 10:38 pm

Numerical the method which converts Text file with wav files

Post 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.
GoldWave Inc.
Site Admin
Posts: 4372
Joined: Wed Mar 10, 2004 6:43 pm
Location: St. John's, NL
Contact:

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

Post 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
Post Reply