dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
UnmanagedGenericSoundFactory
dlib
audio
unmanaged
GenericSoundFactory implementation for UnmanagedGenericSound class
class
UnmanagedGenericSoundFactory :
GenericSoundFactory
{
UnmanagedGenericSound
createSound
(size_t dataSize, ulong numSamples, double dur, uint numChannels, uint freq, uint bitdepth, SampleFormat f);
}
Members
Functions
createSound
UnmanagedGenericSound
createSound
(size_t dataSize, ulong numSamples, double dur, uint numChannels, uint freq, uint bitdepth, SampleFormat f)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From GenericSoundFactory
createSound
GenericSound
createSound
(size_t dataSize, ulong numSamples, double dur, uint numChannels, uint freq, uint bitdepth, SampleFormat f)
Undocumented in source.
Meta
Source
See Implementation
dlib
audio
unmanaged
classes
UnmanagedGenericSound
UnmanagedGenericSoundFactory
GenericSoundFactory implementation for UnmanagedGenericSound class