-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting output Audio Bitrate sets the Audio Rate instead #13
Comments
Hey folks. @zackradisic @CryogenicPlanet @david74chou Hoping to get a few minutes of your time to have a look at this. Would be nice if we could drive this forward. Sort of relying on this package in one of our services. |
Gentle bump here |
Bump here @zackradisic @CryogenicPlanet @david74chou |
Closing the issue as it's been fixed by merging this PR. Thanks guys! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found an issue when trying to set the output audioBitrate. The function
AudioBitRate
is doing the same thing as theAudioRate
function which is setting the.audioRate
property instead of.audioBitrate
.I've forked the repo and fixed the issue in this PR: #12
The text was updated successfully, but these errors were encountered: