[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:01778] Re: SoX



Solution:

with SOX 14.x, the switch "-w" of all the SOX command lines
in Training.pl should be transformed to "-2", e.g.:

shell("$SOX -c 1 -s -w -t raw -r $sr ${dir}/${base}.raw -c 1 -s -w -t wav -r $sr ${dir}/${base}.wav"); # WRONG
=>
shell("$SOX -c 1 -s -2 -t raw -r $sr ${dir}/${base}.raw -c 1 -s -2 -t wav -r $sr ${dir}/${base}.wav");


HTH;

-*- Sacha -*-

Nicholas Volk wrote:
Hi,

Just reporting that the raw to wav conversion using sox in HTS_demo does
not seem to work with the latest version of SoX (14.1.0). Pre-14 versions
should work fine.

(I'm happy with the raw files here, so I'm not trying to fix this now.
Sorry for that.)

br,
  Nicholas



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________

--
Dr.Sacha Krstulovic - Research Engineer
Toshiba Research Europe Limited
Cambridge Research Laboratory
Speech Technology Group
208 Science Park, Milton Road
Cambridge CB4 0GZ - United Kingdom
Tel:    +44 1223 436 978
Fax:    +44 1223 436 909
E-mail: sacha@xxxxxxxxxxxxxxxxx



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
begin:vcard
fn:Sacha Krstulovic
n:Krstulovic;Sacha
org:Toshiba Research Europe Limited - Cambridge Research Laboratory;Speech Technology Group
adr:;;260 Science Park, Milton Road;Cambridge;;CB4 0WE;United Kingdom
email;internet:sacha@xxxxxxxxxxxxxxxxx
title:Research Engineer
tel;work:+44 1223 436 978
tel;fax:+44 1223 436 909
x-mozilla-html:FALSE
url:http://www.toshiba-europe.com/research/crl/
version:2.1
end:vcard


References
[hts-users:01777] SoX, Nicholas Volk