Home
last modified time | relevance | path

Searched refs:first_length (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dcrossfade_cat.sh69 first_length=`$SOX --info -D "$first_file"`
70 echo "Length is $first_length seconds"
72 trim_length=`echo "$first_length - $fade_length" | bc`
H A Dcrossfade.sh75 first_length=`$SOX --info -D "$first_file"`
76 echo "Length is $first_length seconds"
78 trim_length=`echo "$first_length - $fade_length" | bc`