Convert wav
to aac
or mp3
without saving it to the disk
#1193
Unanswered
alirezanet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my application, I have a small mixer that creates a wave file, I would like to convert it to mp3/acc before returning it to the user, and since it is hosted in Linux I probably can't use the
MediaFoundationEncoder
.this is a simplified version of what I have right now ... does NAudio support in-memory conversion? I couldn't find any working example or documentation
Beta Was this translation helpful? Give feedback.
All reactions