Skip to content

Commit 2b7fe08

Browse files
Added(termux-microphone-record): Add opus audio encoder to help
Related pull termux/termux-api#747
1 parent 6b7a800 commit 2b7fe08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/termux-microphone-record.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ show_usage () {
1111
echo "-d Start recording w/ defaults"
1212
echo "-f <file> Start recording to specific file"
1313
echo "-l <limit> Start recording w/ specified limit (in seconds, unlimited for 0)"
14-
echo "-e <encoder> Start recording w/ specified encoder (aac, amr_wb, amr_nb)"
14+
echo "-e <encoder> Start recording w/ specified encoder (aac, amr_wb, amr_nb, opus)"
1515
echo "-b <bitrate> Start recording w/ specified bitrate (in kbps)"
1616
echo "-r <rate> Start recording w/ specified sampling rate (in Hz)"
1717
echo "-c <count> Start recording w/ specified channel count (1, 2, ...)"

0 commit comments

Comments
 (0)