unity-wrapper-vorbis icon indicating copy to clipboard operation
unity-wrapper-vorbis copied to clipboard

Unity3d Vorbis Ogg integration. Saving and loading AudioClip in Vorbis Ogg file format

Results 3 unity-wrapper-vorbis issues
Sort by recently updated
recently updated
newest added

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...