-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support AAC format #108
Comments
"There are no plans, just pull requests :)" - faiface |
Not sure if this can be helpful. Found this go library on decoding AAC to PCM samples go-fdkaac. |
Thank you for your reply. I'm not too familiar with cgo but I feel like it would diminish the ability to cross compile or use Beep cross platform. |
So oto uses purego which allows dynamic linking with c libraries without the need for cgo. In general I would warn against cgo unless the package does a good job compiling and distributing the c-stuff... from the looks of fdkaac, if a beep user wanted to use it, they would need to do additional steps before go compilation. edit: removed incorrect information about purego |
Any plans to introduce an AAC Decoder?
Original issue: faiface/beep#55
The text was updated successfully, but these errors were encountered: