5 namespace SiliconStudio.
Paradox.Audio
14 : base(
"Initialization of the audio engine failed. This may be due to missing audio hardware or missing connected audio outputs.")
24 : base(
"No microphone is currently connected.")
34 : base(
"The audio device became unusable through being unplugged or some other event.")
44 : base(
"An internal error happened in the audio system [details:'" + msg +
"'")
The exception that is thrown when an internal error happened in the Audio System. That is an error th...
The exception that is thrown when audio engine failed to initialized. Most of the time is happens whe...
The exception that is thrown when Microphone API calls are made on a disconnected microphone...
The exception that is thrown when the audio device became unusable through being unplugged or some ot...