mumble_sounds library

Provides access to sound samples which might be useful in a voip app.

All samples can be accessed in three different sound formates and with three different sample rates.

Classes

SoundSample
Used to represent the mumble sound samples.

Enums

AudioFormat
Used to describe the audio format of samples.
AudioSampleRate
Speficies all possible sample rates in Hz.

Functions

audioFormatToString(AudioFormat audioFormat) String
Returns the name of audioFromat.
audioSampleRateToInt(AudioSampleRate audioSampleRate) int
Converts the audioSampleRate into a numerical value.