X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=app%2Fdata%2Fmodules%2Fshare%2Fsml_data_waveforms.php;h=91a30112eb247add123216197f554ef5b1dbec50;hb=refs%2Ftags%2Fsourceml.1.3.0;hp=d492a4689ca7e54b5861375f68dd51e7ff4fb01b;hpb=80964d99dd2b63fda9276903d72537091e04ba17;p=mw_sourceml diff --git a/app/data/modules/share/sml_data_waveforms.php b/app/data/modules/share/sml_data_waveforms.php index d492a46..91a3011 100644 --- a/app/data/modules/share/sml_data_waveforms.php +++ b/app/data/modules/share/sml_data_waveforms.php @@ -92,7 +92,7 @@ // function sox_command($audio_file, $wav_file){ - return "sox -V \"".$audio_file."\" -r 8000 -c 1 \"".$wav_file."\""; + return "sox -V \"".$audio_file."\" -b 16 -r 8000 -c 1 \"".$wav_file."\""; } function sox_exists(){