Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Unity 3D audioclip (Read 3680 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Unity 3D audioclip

Hi All,

I am new to this forum and really want your help on this.

In unity 3D C#, I record user voice via microphone as audio clip. How can I save this audio clip using this library CUETools.Codecs.FLAKE.dll or CUETools.Codecs.dll.

I am using c# code, which I can add these dlls in my project but could find an example how to save this clip into lossless format like flac.

I am able to save it in wav however, it is too big and I want the smaller size but an acceptable quality. I though that I might have to convert this wav into flac using these dlls, but still don't see a c# code example to learn from.

Thank you for your help and sorry if this is a very newbie question.

 

Re: Unity 3D audioclip

Reply #1
I have the same needs. Anybody may share some resources? Thanks a million!