Fixed think-o.
This commit is contained in:
parent
c5ce4944f5
commit
cf706d7ece
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ echo ""
|
||||||
# the quality setting (max 500)--200 was arrived at by iteratively
|
# the quality setting (max 500)--200 was arrived at by iteratively
|
||||||
# encoding the same raw audio and subjective listening to the results
|
# encoding the same raw audio and subjective listening to the results
|
||||||
faac -q ${aac_quality} \
|
faac -q ${aac_quality} \
|
||||||
-o cmdln.net_${date}.m4a \
|
-o ${base_file}.m4a \
|
||||||
--title "${title}" \
|
--title "${title}" \
|
||||||
--artist "${artist}" \
|
--artist "${artist}" \
|
||||||
--album "${album}" \
|
--album "${album}" \
|
||||||
|
|
Loading…
Reference in a new issue