Module dlib.audio.sound

Generic sound interfaces and their implementations

Functions

NameDescription
defaultGenericSoundFactory() GenericSoundFactory singleton

Interfaces

NameDescription
GenericSoundFactory GenericSound object factory

Classes

NameDescription
DefaultGenericSoundFactory GenericSoundFactory implementation for Sound class
GenericSound Generic Sound implementation
SeekableSound Sound that can be seeked
Sound Sound that is fully kept in memory
StreamedSound Generalized sound stream class. This can be used to implement any type of sound, including compressed audio streams.