JUCE
|
Classes | |
class | AudioFormat |
Subclasses of AudioFormat are used to read and write different audio file formats. More... | |
class | AudioFormatManager |
A class for keeping a list of available audio formats, and for deciding which one to use to open a given file. More... | |
class | AudioFormatReader |
Reads samples from an audio file stream. More... | |
struct | AudioFormatReader::ReadHelper< DestSampleType, SourceSampleType, SourceEndianness > |
Used by AudioFormatReader subclasses to copy data to different formats. More... | |
class | AudioFormatReaderSource |
A type of AudioSource that will read from an AudioFormatReader. More... | |
class | AudioFormatWriter |
Writes samples to an audio file stream. More... | |
struct | AudioFormatWriter::WriteHelper< DestSampleType, SourceSampleType, DestEndianness > |
Used by AudioFormatWriter subclasses to copy data to different formats. More... | |
class | AudioFormatWriter::ThreadedWriter::IncomingDataReceiver |
Receiver for incoming data. More... | |
class | AudioFormatWriter::ThreadedWriter |
Provides a FIFO for an AudioFormatWriter, allowing you to push incoming data into a buffer which will be flushed to disk by a background thread. More... | |
class | AudioSubsectionReader |
This class is used to wrap an AudioFormatReader and only read from a subsection of the file. More... | |
class | BufferingAudioReader |
An AudioFormatReader that uses a background thread to pre-read data from another reader. More... | |
class | MemoryMappedAudioFormatReader |
A specialised type of AudioFormatReader that uses a MemoryMappedFile to read directly from an audio file. More... | |