U umesh.gk Member Joined Jul 14, 2008 Messages 11 Reaction score 0 Jul 24, 2008 #1 hello, Is there any alternate software/similar software to SOX, where we could remove /attach the wave header of an audio file, to get the RAW data ? If there is any please do provide us the link.
hello, Is there any alternate software/similar software to SOX, where we could remove /attach the wave header of an audio file, to get the RAW data ? If there is any please do provide us the link.
Y Yotch Expert Member Joined Dec 9, 2006 Messages 3,198 Reaction score 2 Jul 25, 2008 #2 You could take a look at some of these products. You can find Switch Plus on isohunt if necessary. It can also be called from a command prompt. Switch http://www.nch.com.au/switch/ Audacity http://audacity.sourceforge.net Lame http://lame.sourceforge.net/index.php See here for some ideas on how to manipulate the wav file header using Lame. http://www.wireshark.org/lists/wireshark-dev/200803/msg00217.html If you only need to add or remove the wav header file then you might be able to write a few lines of code to do this yourself. http://www.dsprelated.com/groups/speechcoding/show/1021.php http://ccrma.stanford.edu/CCRMA/Courses/422/projects/WaveFormat/ http://www.muse.demon.co.uk/utils/wavhead.html C++ code http://www.dreamincode.net/code/snippet433.htm Dos program http://www.softlookup.com/display.asp?id=18916 http://www.softpedia.com/downloadTag/Wav+File+header Perl script http://evotalk.net/blog/?p=373 Information about Intel G.729 codec http://osdir.com/ml/telephony.pbx.asterisk.devel/2004-09/msg00194.html http://www.intel.com/cd/software/products/asmo-na/eng/perflib/ipp/219967.htm#sc Last edited: Jul 25, 2008
You could take a look at some of these products. You can find Switch Plus on isohunt if necessary. It can also be called from a command prompt. Switch http://www.nch.com.au/switch/ Audacity http://audacity.sourceforge.net Lame http://lame.sourceforge.net/index.php See here for some ideas on how to manipulate the wav file header using Lame. http://www.wireshark.org/lists/wireshark-dev/200803/msg00217.html If you only need to add or remove the wav header file then you might be able to write a few lines of code to do this yourself. http://www.dsprelated.com/groups/speechcoding/show/1021.php http://ccrma.stanford.edu/CCRMA/Courses/422/projects/WaveFormat/ http://www.muse.demon.co.uk/utils/wavhead.html C++ code http://www.dreamincode.net/code/snippet433.htm Dos program http://www.softlookup.com/display.asp?id=18916 http://www.softpedia.com/downloadTag/Wav+File+header Perl script http://evotalk.net/blog/?p=373 Information about Intel G.729 codec http://osdir.com/ml/telephony.pbx.asterisk.devel/2004-09/msg00194.html http://www.intel.com/cd/software/products/asmo-na/eng/perflib/ipp/219967.htm#sc