Skip to content

jalemanyf/Unity3D-save-audioClip-to-MP3

 
 

Repository files navigation

Unity3D-save-audioClip-to-MP3

with this package you can save an audioclip to mp3 in unity3d It works with both Windows and Android

Usage:

EncodeMP3.convert (AudioClip clip, string path, int BitRate);

If any errors occured you need to change your .NET API level in unity build settings.

For example for Android: File => Build Settings => Player Settings => (in Inspector) Other Settings => Optimization => Api Compatibility Level : .Net 2.0

About

by using this package you can save an audioclip to mp3 in unity3d

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 76.3%
  • C# 14.7%
  • Makefile 6.9%
  • Shell 1.8%
  • Objective-C 0.3%