X-Git-Url: http://git.dj3c1t.com/index.cgi?a=blobdiff_plain;f=app%2Fdata%2Fmodules%2Fshare%2Fsml_data_waveforms.php;h=91a30112eb247add123216197f554ef5b1dbec50;hb=0e7cee1631db791b32b5f87e1687b0b01b97cb4b;hp=d492a4689ca7e54b5861375f68dd51e7ff4fb01b;hpb=8b0fdc025ca992084528678f07423e20aedb392e;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(){