After converting the external MP3 with NAudio to Unity AudioClip, the memory cannot be released

436 Views Asked by At

A few days ago, I wanted to convert the external MP3 with NAudio to Unity AudioClip, but after that,the memory cannot be released! See this post.

I've found several places that can cause memory not to be released, especially in "WAV wav = new WAV(data)". It's a pity. So,now I rewrite the Unity's AudioClip with NAudio. Any good ideas?

0

There are 0 best solutions below