unity-wrapper-vorbis
unity-wrapper-vorbis copied to clipboard
Unity3d Vorbis Ogg integration. Saving and loading AudioClip in Vorbis Ogg file format
I'm trying this in a project running in Android, and it is working correctly there. However, on my Unity Editor, I'm getting this error: `DllNotFoundException: VorbisPlugin assembly: type: member:(null)` Tried...
It would really be useful for me, please do it if it's not that hard for you!
I want to use a 16k frequency for recording, but this library restricts the frequency between 44100 and 192000. Otherwise, it returns ERROR_INVALID_FREQUENCY_PARAMETER. Why is this, and can 16k be...