Can I convert 16 bit .wav to 32 bit pcm?

View: New views
2 Messages — Rating Filter:   Alert me  

Can I convert 16 bit .wav to 32 bit pcm?

by Matthew Green-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I am trying to figure out how to use Sox, I 
don't have much experience using command line applications.

I can download a trial of Adobe audition to create a bunch of 
wavetables, but hopefully I can use this application or another application
to create the files I need.

I have to convert .wav files to .PCM mono, 44100Hz, 32-bit IEEE
floating point format.

The .wav files are either 16 bit or 24 bit 44kHz files

Can this be done with Sox?  If so, what exactly would I need
to type into the command line window?

Thanks,

-Matt



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Sox-users mailing list
Sox-users@...
https://lists.sourceforge.net/lists/listinfo/sox-users

Re: Can I convert 16 bit .wav to 32 bit pcm?

by James Darnley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/30 Matthew Green <mtthw.g@...>:

> Hello,
> I am trying to figure out how to use Sox, I
> don't have much experience using command line applications.
> I can download a trial of Adobe audition to create a bunch of
> wavetables, but hopefully I can use this application or another application
> to create the files I need.
> I have to convert .wav files to .PCM mono, 44100Hz, 32-bit IEEE
> floating point format.
> The .wav files are either 16 bit or 24 bit 44kHz files
> Can this be done with Sox?  If so, what exactly would I need
> to type into the command line window?
> Thanks,
> -Matt
>
The following command will transform a 16-bit integer wave file into a
32-bit float wave file
sox in -e floating-point out

If you wanted raw output, specify the file format with -t raw:
sox in -e floating-point -t raw out

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Sox-users mailing list
Sox-users@...
https://lists.sourceforge.net/lists/listinfo/sox-users