[newbie] Multiple audio

I am trying to use different audio for different animation within the same character.
How do I control multiple audio via JavaScript?

My files are mp3, which are the best setting to import the audio for better performance?

“Sorry if it is a stupid question… I am a bit new at this!”

Any help is welcome, thanks.

To use multiple audio clips at the same time they must be uncompressed (not in mp3 format).

There is a FAQ at the top of this section that is helpful for these types of questions.

Thank you for the quick reply, I’ve discovered that I need to use uncompressed files if I want to play more than one audio at the time. Thanks!

Do you know how to create different AudioSource inside the same character? and which is the best way to control them?