| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | test-comments | 7 ./sox --i -a $1 > $tmp.comments 25 ./sox -n $input trim 0 .1 27 ./sox $input $tmp.au # Apply default comment 39 ./sox $input --comment-file $tmp.i $tmp.comments.au 42 ./sox $input --comment= $tmp.au # Don't apply default comment 45 ./sox $input --add-comment "$com1" $tmp.au 48 ./sox $tmp.comment.au --add-comment "$com1" $tmp.au 51 ./sox $input --add-comment "$com1" --add-comment "$com2" $tmp.au 54 ./sox $tmp.comment.au --add-comment "$com1" --add-comment "$com2" $tmp.au 57 ./sox $tmp.comments.au --comment= $tmp.au [all …]
|
| H A D | tests.sh | 9 if [ -f ./sox.exe ] ; then 96 …execute ${bindir}/sox${EXEEXT} $verbose -RD -r $rate -c $channels -n $format1Flags input.$format1E… 97 …execute ${bindir}/sox${EXEEXT} $verbose -RD -r $rate -c $channels $format1Flags input.$format1Ext … 98 …execute ${bindir}/sox${EXEEXT} $verbose -RD -r $rate -c $channels $format2Flags intermediate.$form… 131 convertToAndFrom s8 u8 s16 u16 s24 u24 s32 u32 f32 f64 dat au wav aiff aifc flac caf sph wv sox 134 convertToAndFrom s16 u16 s24 u24 s32 u32 f32 f64 dat au wav aiff aifc flac caf sph wv sox 137 convertToAndFrom s24 u24 s32 u32 f32 f64 wav aiff aifc flac sph wv sox 141 convertToAndFrom s32 u32 f64 wav aiff aifc caf sph wv mat4 mat5 sox 162 convertToAndFrom vox s16 u16 s24 u24 s32 u32 f32 f64 dat au wav aiff aifc flac caf sox 187 …$time ${bindir}/sox${EXEEXT} -c $channels -r $rate -n tmp.sox synth $samples's' saw 0:`expr $rate … [all …]
|
| H A D | tests.bat | 3 rem Test script for sox under DOS derived from tests.sh. This should 18 .\sox %noise% %file%.wav ub.raw 19 .\sox %noise% -t raw -r 8196 -u -1 -c 1 ub.raw -r 8196 -s -1 sb.raw 20 .\sox %noise% -t raw -r 8196 -s -1 -c 1 sb.raw -r 8196 -u -1 ub2.raw 21 .\sox %noise% -r 8196 -u -1 -c 1 ub2.raw -r 8196 ub2.wav 50 .\sox %noise% %file%.au -u -r 8192 -u -1 ub.raw 51 .\sox %noise% -r 8192 -u -1 ub.raw -U -1 ub.au 52 .\sox %noise% ub.au -u ub2.raw 53 .\sox %noise% ub.au -2 ub2.sf 62 .\sox %noise% ub2.sf ub2.aif [all …]
|
| H A D | Makefile.am | 24 bin_PROGRAMS = sox program 27 include_HEADERS = sox.h 28 sox_SOURCES = sox.c 54 util.c util.h libsox.c libsox_i.c sox-fmt.c soxomp.h 139 all: sox$(EXEEXT) 145 MAKELINKS = for n in $(SYMLINKS); do $(RM) $$n$(EXEEXT) && $(LN_S) sox$(EXEEXT) $$n$(EXEEXT); done 147 all-local: sox$(EXEEXT)
|
| H A D | testall.sh | 5 if [ -f ./sox.exe ] ; then 45 ${bindir}/sox${EXEEXT} ${srcdir}/monkey.wav $opts /tmp/monkey.$format $effect 46 ${bindir}/sox${EXEEXT} $opts /tmp/monkey.$format /tmp/monkey1.wav $effect
|
| H A D | .gitignore | 15 sox 16 sox.exe
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | synth.sh | 24 sox=../src/sox 35 s="$sox -q -n -p synth 0 0 1 60 90" 36 l="$sox -q -n -p synth 0 0 0 50 20" 38 b="$sox -n -p synth 0 0 0 30 20 pl" 44 r="$sox -n -p trim 0 .25" 45 r2="$sox -n -p trim 0 .5" 46 r3="$sox -n -p trim 0 .75" 48 $sox -m -v .8 \ 49 "|$sox \ 50 \"|$sox -n -p synth noise fade 0 .5 .48 trim 0 .15\" \ [all …]
|
| H A D | batch-example.bat | 3 rem Place this file in the same folder as sox.exe (& rename it as appropriate). 8 rem but this, of course, can be changed, as can the parameters to the sox 13 FOR %%A IN (%*) DO sox %%A "converted/%%~nxA" rate -v 44100
|
| H A D | testtones.sh | 46 sox="../src/sox" # Where is sox? E.g. sox, /usr/local/bin/sox 62 [ -n "$plot" ] && [ -n "$name" ] && $sox -D "$name" -n \ 98 input="$sox $NDD -r $rate -n" 269 $sox -r $rate -c 1 tmp.s32 $output $overdrive remix 1 1 reverb 30
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | screenshot1 | 2 $ sox track1.wav track1-processed.flac remix - norm -3 highpass 22 20 sox: effects chain: input 44100Hz 2 channels 16 bits (multi) 21 sox: effects chain: remix 44100Hz 2 channels 16 bits (multi) 22 sox: effects chain: norm 44100Hz 1 channels 16 bits 23 sox: effects chain: highpass 44100Hz 1 channels 16 bits 24 sox: effects chain: gain 44100Hz 1 channels 16 bits (multi) 25 sox: effects chain: rate 44100Hz 1 channels 16 bits 26 sox: effects chain: norm 48000Hz 1 channels 16 bits 27 sox: effects chain: dither 48000Hz 1 channels 16 bits 28 sox: effects chain: output 48000Hz 1 channels 16 bits (multi)
|
| H A D | osxbuild | 77 …`otool -L src/sox | grep -v CoreAudio.framework | grep -v libz | grep -v libiconv | grep -v libSys… 89 dir=sox-`grep Version: sox.pc | cut -d ' ' -f 2` 103 binaries=src/sox 110 sox.txt \ 116 (cd $dir; ln -s sox soxi; ln -s sox play; ln -s sox rec)
|
| H A D | Makefile.am | 12 dist_man_MANS = sox.1 soxi.1 soxformat.7 libsox.3 13 EXTRA_DIST = sox.txt soxi.txt soxformat.txt libsox.txt \ 14 sox.pc.in LICENSE.GPL LICENSE.LGPL \ 18 pkgconfig_DATA = sox.pc 20 play.1 rec.1: sox.1 34 DOCTXT = sox.txt soxi.txt soxformat.txt libsox.txt README 45 DOCPDF = sox.pdf soxi.pdf soxformat.pdf libsox.pdf 84 DOCHTML = sox.html soxi.html soxformat.html libsox.html 116 cd $(DESTDIR)$(mandir)/man1 && $(RM) play.1 && $(LN_S) sox.1 play.1 117 cd $(DESTDIR)$(mandir)/man1 && $(RM) rec.1 && $(LN_S) sox.1 rec.1 [all …]
|
| H A D | README.win32 | 26 copy sox.exe soxi.exe 27 copy sox.exe play.exe 28 copy sox.exe rec.exe 35 play: sox [input files and options] -d [effects] 36 rec: sox -d [output file and options] [effects] 37 soxi: sox --info [input files and options] 46 SoX - http://sox.sourceforge.net 115 cp libmp3lame/.libs/libmp3lame-0.dll /path/to/sox 126 cp libmad-0.dll /path/to/sox/ 153 cp amrnb/.libs/libopencore-amrnb-0.dll /path/to/sox [all …]
|
| H A D | cygbuild | 86 dir=sox-`grep Version: sox.pc | cut -d ' ' -f 2` 95 binaries=src/sox 104 sox.pdf \
|
| H A D | mingwbuild | 100 ${STRIP} src/.libs/sox.exe 102 dir=sox-`grep Version: sox.pc | cut -d ' ' -f 2` 111 binaries=src/.libs/sox.exe
|
| H A D | .gitignore | 20 sox*.tar.gz 24 sox.pc
|
| H A D | README.osx | 7 The sox executable can be installed anywhere you desire. It is a 10 If the sox executable is invoked with an executable name of soxi, play, 18 The sox exectables included in this package makes use of the following projects: 20 SoX - http://sox.sourceforge.net 129 enviornment variable. See sox.txt for further information.
|
| H A D | INSTALL | 11 copies-of or links-to (depending on OS) `sox'. 65 To run a selection of tests on the installed sox executable: 126 "sox" executable to systems that may not have all the external 152 ./sox monkey.wav monkey.xxx 158 ./sox monkey.wav -r 12500 -b 16 -e signed-integer monkey.xxx 166 ./sox monkey.xxx -d
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | ltest.pl | 25 my $sox='../src/sox'; 69 print("# Testing $sox -c1 -r$rate0 i0.xx.$t j0.xx.$t $effect\n"); 71 print("# Testing $sox -c1 -r$rate0 i*.$t -r$rate1 u*.$t $effect\n"); 88 …qx{$sox -2r2 -n i$s.$t synth ${l}s sin $s vol .5 fade h ${attack}s ${l}s ${attack}s pad ${p}s ${p}… 90 qx{$sox -c1 -r$rate0 i$s.$t -r$rate0 o$s.$t $effect} ; 93 qx{$sox -c1 -r$rate0 i$s.$t -r$rate1 u$s.$t $effect 2>/dev/null}; 95 qx{$sox -c1 -r$rate1 u$s.$t -r$rate0 o$s.$t $effect 2>/dev/null};
|
| H A D | wtest.pl | 26 my $sox='../sox'; 58 print("by $sox -r$rate in.sw $fmt out.wav $effect\n"); 75 …qx{$sox -2r2 -n i$s.$t synth ${l}s sin $s vol .5 fade h ${attack}s ${l}s ${attack}s pad ${p}s ${p}… 82 qx{$sox -r$rate i$s.$t -g g$s.wav $effect 2>/dev/null}; 84 qx{$sox g$s.wav i$s.$t 2>/dev/null};
|
| H A D | README | 2 accuracy of sox. The programs in the test subdirectory which I 29 The script wtest.pl is for testing sox's adpcm and gsm wav support. 33 -a Use sox (MS) ADPCM 34 -i Use sox IMA ADPCM 35 -g Use sox wav-gsm6.10 36 If using sox, you may also append an optional effect, eg: 50 The other parameters are fed into sox as the 'effect' with parameters. 57 It uses sox to synthesize a sineusoid input file for the
|
| /OK3568_Linux_fs/buildroot/package/sox/ |
| H A D | 0001-uclibc.patch | 2 http://sourceforge.net/p/sox/bugs/179/ 6 Index: sox-14.4.1/src/formats.c 8 --- sox-14.4.1.orig/src/formats.c 9 +++ sox-14.4.1/src/formats.c 22 * lines above. Test with cat monkey.wav | ./sox --info - */
|
| H A D | Config.in | 2 bool "sox" 12 http://sox.sourceforge.net/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/sox/ |
| H A D | sox_14.4.2.bb | 4 HOMEPAGE = "http://sox.sourceforge.net" 30 SRC_URI = "${SOURCEFORGE_MIRROR}/sox/sox-${PV}.tar.gz \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
| H A D | 0001-Update-exported-symbol-list.patch | 11 | /usr/src/debug/sox/14.4.2-r0/sox-14.4.2/src/flac.c:63: undefined reference to `lsx_error' 13 Upstream-Status: Backport [https://bogomips.org/sox.git ("pu" branch)]
|