Skip to content

Commit

Permalink
Update Audio.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMcManis committed May 11, 2020
1 parent bab7d5a commit 6b5749d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Axiom/Axiom/Generators/Audio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1150,10 +1150,12 @@ string quality_SelectedItem
return "& (IF %A gtr 320000 (SET aBitRate=320000) ELSE (echo BitRate within LAME Limit of 320k)) & for /F %A in ('echo %aBitRate%') do (echo)";

//// FLAC
// Do not use, empty is FFmpeg default
//case "FLAC":
// return "& (IF %A gtr 1411000 (SET aBitRate=1411000) ELSE (echo BitRate within LAME Limit of 1411k)) & for /F %A in ('echo %aBitRate%') do (echo)";

//// PCM
// Do not use, empty is FFmpeg default
//case "PCM":
// return "& (IF %A gtr 1536000 (SET aBitRate=1536000) ELSE (echo BitRate within LAME Limit of 1536k)) & for /F %A in ('echo %aBitRate%') do (echo)";

Expand Down

0 comments on commit 6b5749d

Please sign in to comment.