|
|
Subject: Dialogic .vox conversion to .wav - msg#00008
List: audio.sox
I am trying to use sox to convert a Dialogic .vox file 8khz
to a wave file playable on Windows box.
I realize that Dialogic is ADPCM but don’t seem to be
able to get sox to do conversion.
I’ve been trying things like
sox –r 8000 –t vox file.vox file.wav with no
success.
Any assistance in pointing me on where to look or how to
solve great appreciated.
thanks
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: correct flags from raw to wav
On Mon, Mar 14, 2005 at 01:55:32PM +1100, stephenc@xxxxxxxxxxxxx wrote:
> Hi
>
> I am driving myself mad trying to turn raw (16 k samples, big endian, 2
> byte words) to wav files. I think I am using the correct switches:
>
> C:\sox>sox -x -s -w -r 16000 -c 1 -V one.raw one.wav
Try it without the -x option. As long as the rest of the parameters are
correct, noise generally means the endianess is wrong.
Chris
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Next Message by Date:
click to view message preview
RE: Dialogic .vox conversion to .wav
Sorry folks. There was an
earlier version of sox in my path. Latest version works fine
murray
From:
sox-users-admin@xxxxxxxxxxxxxxxxxxxxx [mailto:sox-users-admin@xxxxxxxxxxxxxxxxxxxxx]
On Behalf Of Murray Hooper
Sent: Tuesday, March 15, 2005 4:09
PM
To:
sox-users@xxxxxxxxxxxxxxxxxxxxx
Subject: [SoX-users] Dialogic .vox
conversion to .wav
I am trying to use sox to convert a Dialogic .vox file 8khz
to a wave file playable on Windows box.
I realize that Dialogic is ADPCM but don’t seem to be
able to get sox to do conversion.
I’ve been trying things like
sox –r 8000 –t vox file.vox file.wav with
no success.
Any assistance in pointing me on where to look or how to
solve great appreciated.
thanks
Previous Message by Thread:
click to view message preview
correct flags from raw to wav
Hi
I am driving myself mad trying to turn raw (16 k samples,
big endian, 2 byte words) to wav files. I think I am using the correct switches:
C:\sox>sox -x -s -w -r 16000 -c 1 -V one.raw one.wav
sox: Detected
file format type: raw
sox: Input file
one.raw: using sample rate 16000
size shorts, encoding signed (2's complement), 1 channel
sox: Writing
Wave file: Microsoft PCM format, 1 channel, 16000 samp/sec
sox: 32000 byte/sec, 2 block align, 16
bits/samp
sox: Output
file one.wav: using sample rate 16000
size shorts, encoding signed (2's complement), 1 channel
sox: Output
file: comment "Processed by SoX"
sox: Finished
writing Wave file, 78000 data bytes 39000 samples
I got this on the screen and everything looks OK, but all I
get is a hiss in the wav.
Can anyone help me?
Stephen
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 11/03/2005
Next Message by Thread:
click to view message preview
RE: Dialogic .vox conversion to .wav
Sorry folks. There was an
earlier version of sox in my path. Latest version works fine
murray
From:
sox-users-admin@xxxxxxxxxxxxxxxxxxxxx [mailto:sox-users-admin@xxxxxxxxxxxxxxxxxxxxx]
On Behalf Of Murray Hooper
Sent: Tuesday, March 15, 2005 4:09
PM
To:
sox-users@xxxxxxxxxxxxxxxxxxxxx
Subject: [SoX-users] Dialogic .vox
conversion to .wav
I am trying to use sox to convert a Dialogic .vox file 8khz
to a wave file playable on Windows box.
I realize that Dialogic is ADPCM but don’t seem to be
able to get sox to do conversion.
I’ve been trying things like
sox –r 8000 –t vox file.vox file.wav with
no success.
Any assistance in pointing me on where to look or how to
solve great appreciated.
thanks
|
|