dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
DefaultGenericSoundFactory
dlib
audio
sound
GenericSoundFactory implementation for Sound class
class
DefaultGenericSoundFactory :
GenericSoundFactory
{
GenericSound
createSound
(size_t dataSize, ulong numSamples, double dur, uint numChannels, uint freq, uint bitdepth, SampleFormat f);
}
Members
Functions
createSound
GenericSound
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
sound
classes
DefaultGenericSoundFactory
GenericSound
SeekableSound
Sound
StreamedSound
functions
defaultGenericSoundFactory
interfaces
GenericSoundFactory
GenericSoundFactory implementation for Sound class