shithub: rc

ref: 81cd5a1a4b808fc39e5e2e13c2487aafd6c60206
dir: /bin/aconv2/

View raw version
#!/bin/rc
parm=()
if(~ $1 -l){
	parm=(-l)
	shift
}
pref=$1
for(i in $*(2-)){
	echo $i
	audio/flacdec <$i | pcm2opus >`{echo $i | mfmt $pref opus}
}