API Documentation
Vox
AudioLibraryException
AudioLibraryException()
AudioLibraryException(string)
AudioLibraryException(string, Exception)
CaptureDevice
Format
Frequency
BufferSize
IsCapturing
AvailableSamples
BytesPerSample
CaptureDevice()
CaptureDevice(string, int, PCM, int, ArrayPool<byte>)
Close()
Dispose()
Equals(object)
GetCaptureDevices()
GetDefaultCaptureDevice()
GetHashCode()
ProcessSamples(Action<byte[], int>)
ProcessSamples(int, Action<byte[], int>)
StartCapture()
StopCapture()
ToggleCapture()
OutputDevice
Current
Listener
DistanceModel
IsDisposed
OutputDevice()
OutputDevice(string)
Close()
Dispose()
Equals(object)
GetDefaultOutputDevice()
GetHashCode()
GetOutputDevices()
IsCurrent()
MakeCurrent()
ResumeProcessing()
SuspendProcessing()
SoundBuffer
Owner
IsDisposed
SoundBuffer(OutputDevice)
Dispose()
Equals(object)
GetHashCode()
SetData(PCM, byte[], int, int)
SetData(PCM, byte[], int)
SoundBufferFactory
Create(int, OutputDevice)
Create(int)
Delete(IEnumerable<SoundBuffer>)
Delete(SoundBuffer[])
SoundListener
Current
Gain
Position
Velocity
GetOrientation(Vector3, Vector3)
SetOrientation(Vector3, Vector3)
SoundSource
Owner
State
IsRelative
IsLooping
CurrentBuffer
QueuedBuffers
ProcessedBuffers
MinGain
MaxGain
ReferenceDistance
RolloffFactor
MaxDistance
Pitch
Gain
Position
Direction
InnerAngle
OuterAngle
OuterGain
OffsetInSeconds
OffsetInSamples
OffsetInBytes
IsDisposed
SoundSource()
SoundSource(OutputDevice)
Dispose()
Enqueue(IEnumerable<SoundBuffer>)
Enqueue(SoundBuffer)
Enqueue(SoundBuffer[])
Equals(object)
GetHashCode()
Pause()
Play()
Rewind()
Stop()
Unqueue(IEnumerable<SoundBuffer>)
SoundSourceFactory
Create(int, OutputDevice)
Create(int)
Delete(IEnumerable<SoundSource>)
Delete(SoundSource[])
SystemInfo
OpenALVendor
OpenALRenderer
OpenALVersion
OpenALExtensions
ALCVersion
VoxEvents
EnableTracing
OpenALTraceSource
DistanceModel
PCM
SourceState
SourceType
Vox.Decoders
AudioImportException
AudioImportException()
AudioImportException(string)
AudioImportException(string, Exception)
Mp3
ArrayPool
Load(Stream, SampleQuality, bool)
Load(string, SampleQuality)
LoadFromMp3(SoundBuffer, Stream, SampleQuality, bool)
LoadFromMp3(SoundBuffer, string, SampleQuality)
Ogg
ArrayPool
Load(Stream, SampleQuality, bool)
Load(string, SampleQuality)
LoadFromOgg(SoundBuffer, Stream, SampleQuality, bool)
LoadFromOgg(SoundBuffer, string, SampleQuality)
Wav
Load(Stream)
Load(string)
LoadFromWav(SoundBuffer, Stream, bool)
LoadFromWav(SoundBuffer, string)
SampleQuality
Generated with DotBook