projects
/
mw_sourceml
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b0fdc0
)
sox: encodage en 16 bits pour les waveforms
sourceml.1.2.2
author
dj3c1t
<dj3c1t@free.fr>
Sun, 11 May 2014 20:13:11 +0000
(22:13 +0200)
committer
dj3c1t
<dj3c1t@free.fr>
Sun, 11 May 2014 20:13:11 +0000
(22:13 +0200)
app/data/modules/share/sml_data_waveforms.php
patch
|
blob
|
history
diff --git
a/app/data/modules/share/sml_data_waveforms.php
b/app/data/modules/share/sml_data_waveforms.php
index
d492a46
..
91a3011
100644
(file)
--- 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(){