mobiletechtracker / NetCoreAudio

Allows playback of audio files on .NET Core with minimal dependencies
MIT License
124 stars 20 forks source link

Feature request: mp4 support #14

Open Daxanius opened 2 years ago

Daxanius commented 2 years ago

As a .NET Core developer, I've been struggling to read audio from a mp4 file. Why would you ask? Well, I've been trying to basically play mp4 files and, while that's working, I can't seem to be able to get audio to work for some reason.

So now I'm using this library (which works great) to load in a different file (an mp3 extracted from the mp4), but I'd love to have support for mp4 files too!