diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-16 20:49:35 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-16 20:49:35 +0200 |
commit | a1d6c2de4ce464374f9e2e8dc331e8786a2e9e32 (patch) | |
tree | 31232ae79513c12b8564a5bbd5ddb29733cf1150 /bin/loop+encode+stream | |
parent | b5dd71d97379079416346635a142467a987ff642 (diff) |
Lower audio bitrate to 32k (should be adequate even for live music).
Diffstat (limited to 'bin/loop+encode+stream')
-rwxr-xr-x | bin/loop+encode+stream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/loop+encode+stream b/bin/loop+encode+stream index 5c687bd..7c1ab79 100755 --- a/bin/loop+encode+stream +++ b/bin/loop+encode+stream @@ -15,7 +15,7 @@ fi FIRSTPORT=${2:-5002} # even number - next 3 ports used too -ABITRATE=64000 +ABITRATE=32000 VBITRATE=256000 |