Home
last modified time | relevance | path

Searched refs:first_file (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dcrossfade.sh49 first_file=$2
74 echo "Finding length of $first_file..."
75 first_length=`$SOX --info -D "$first_file"`
82 echo "Obtaining $fade_length seconds of fade out portion from $first_file..."
83 $SOX "$first_file" -e signed-integer -b 16 fadeout1.wav trim $trim_length $fade_first_opts
131 $SOX "$first_file" -e signed-integer -b 16 song1.wav trim 0 $trim_length
135 $SOX song1.wav crossfade1.wav "cfo_${first_file}.wav"
142 echo "The crossfade occurs at around $mins mins $secs secs in $first_file"
H A Dcrossfade_cat.sh43 first_file=$2
68 echo "Finding length of $first_file..."
69 first_length=`$SOX --info -D "$first_file"`
75 echo "Obtaining $fade_length seconds of fade out portion from $first_file..."
76 $SOX "$first_file" -e signed-integer -b 16 fadeout1.wav trim $trim_length
120 $SOX "$first_file" -e signed-integer -b 16 song1.wav trim 0 $trim_length
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/
H A Dfatal-loader.patch52 gint first_file = 1;