Skip to content

can this library run on android with .NET MAUI for audio conversion? #1051

Answered by markheath
gabrielesilinic asked this question in Q&A
Discussion options

You must be logged in to vote

To access codecs in NAudio you either need to wrap native libraries for your plaftorm (which NAudio does not have for Android), or use fully managed codecs. For MP3, you can look at NLayer, and for opus you can look at Concentus. However, calling into native libraries is always going to be easiest. If there is any .NET FFMPEG integration that works on Android, that would likely be an easier route.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gabrielesilinic
Comment options

Answer selected by gabrielesilinic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants