DllNotFoundException: Msacm32.dll when I use NAudio in Unity of Mac OS
See original GitHub issueHi,
when I want to use NAudio to convert mp3 into wav, the error message jumped out on my Unity log window. The message is in the following lines.
DllNotFoundException: Msacm32.dll
NAudio.Wave.Compression.AcmStream.SuggestPcmFormat (NAudio.Wave.WaveFormat compressedFormat)
NAudio.Wave.AcmMp3FrameDecompressor..ctor (NAudio.Wave.WaveFormat sourceFormat)
NAudio.Wave.Mp3FileReader.CreateAcmFrameDecompressor (NAudio.Wave.WaveFormat mp3Format)
NAudio.Wave.Mp3FileReader..ctor (System.IO.Stream inputStream, NAudio.Wave.FrameDecompressorBuilder
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Questions in topic: "dllnotfoundexception"
I have been trying to use DllImport ("filename.dll") in C# Unity and found ... But I get exception on my Mac: DllNotFoundException: Msacm32.dll...
Read more >dllnotfoundexception - Unity Answers
Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, ... DllNotFoundException on Mac OS X, only when Playing...
Read more >DLL Issues on Mac OS
I am porting my project to Mac and have an issue with System.Drawing. The library must be present on the Mac somewhere...
Read more >ASP.NET Core Web API Docker missing msacm32.dll ...
I suspect that the containerized Windows base image does not include multimedia APIs. The missing msacm32.dll is the DLL you use to access ......
Read more >Task #6: Loading MP3 audio via WWW class in Unity3d
At first, download NAudio library, and copy NAudio.dll and NAudio. ... how to decide error DllNotFoundException: Msacm32.dll on Mac?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
From the comments above and no mention on the prerequisites page the library is not supported on Mac OSX?
Are you using WaveFormatConversionStream as well? If so, you don’t need to use that