|
| | WavAudioFormatReader (InputStream *in) |
| |
| bool | readSamples (int *const *destSamples, int numDestChannels, int startOffsetInDestBuffer, int64 startSampleInFile, int numSamples) override |
| | Subclasses must implement this method to perform the low-level read operation.
|
| |
| AudioChannelSet | getChannelLayout () override |
| | Get the channel layout of the audio stream.
|
| |
| virtual | ~AudioFormatReader () |
| | Destructor.
|
| |
| const String & | getFormatName () const noexcept |
| | Returns a description of what type of format this is.
|
| |
| bool | read (float *const *destChannels, int numDestChannels, int64 startSampleInSource, int numSamplesToRead) |
| | Reads samples from the stream.
|
| |
| bool | read (int *const *destChannels, int numDestChannels, int64 startSampleInSource, int numSamplesToRead, bool fillLeftoverChannelsWithCopies) |
| | Reads samples from the stream.
|
| |
| bool | read (AudioBuffer< float > *buffer, int startSampleInDestBuffer, int numSamples, int64 readerStartSample, bool useReaderLeftChan, bool useReaderRightChan) |
| | Fills a section of an AudioBuffer from this reader.
|
| |
| virtual void | readMaxLevels (int64 startSample, int64 numSamples, Range< float > *results, int numChannelsToRead) |
| | Finds the highest and lowest sample levels from a section of the audio stream.
|
| |
| virtual void | readMaxLevels (int64 startSample, int64 numSamples, float &lowestLeft, float &highestLeft, float &lowestRight, float &highestRight) |
| | Finds the highest and lowest sample levels from a section of the audio stream.
|
| |
| int64 | searchForLevel (int64 startSample, int64 numSamplesToSearch, double magnitudeRangeMinimum, double magnitudeRangeMaximum, int minimumConsecutiveSamples) |
| | Scans the source looking for a sample whose magnitude is in a specified range.
|
| |
Definition at line 1207 of file juce_WavAudioFormat.cpp.
◆ WavAudioFormatReader()
| juce::WavAudioFormatReader::WavAudioFormatReader |
( |
InputStream * |
in | ) |
|
◆ copySampleData()
◆ getChannelLayout()
◆ getChannelLayoutFromMask()
◆ readSamples()
| bool juce::WavAudioFormatReader::readSamples |
( |
int *const * |
destChannels, |
|
|
int |
numDestChannels, |
|
|
int |
startOffsetInDestBuffer, |
|
|
int64 |
startSampleInFile, |
|
|
int |
numSamples |
|
) |
| |
|
overridevirtual |
Subclasses must implement this method to perform the low-level read operation.
Callers should use read() instead of calling this directly.
- Parameters
-
| destChannels | the array of destination buffers to fill. Some of these pointers may be null |
| numDestChannels | the number of items in the destChannels array. This value is guaranteed not to be greater than the number of channels that this reader object contains |
| startOffsetInDestBuffer | the number of samples from the start of the dest data at which to begin writing |
| startSampleInFile | the number of samples into the source data at which to begin reading. This value is guaranteed to be >= 0. |
| numSamples | the number of samples to read |
Implements juce::AudioFormatReader.
Definition at line 1479 of file juce_WavAudioFormat.cpp.
◆ bwavChunkStart
| int64 juce::WavAudioFormatReader::bwavChunkStart |
◆ bwavSize
| int64 juce::WavAudioFormatReader::bwavSize |
◆ bytesPerFrame
| int juce::WavAudioFormatReader::bytesPerFrame |
◆ channelLayout
◆ dataChunkStart
| int64 juce::WavAudioFormatReader::dataChunkStart |
◆ dataLength
| int64 juce::WavAudioFormatReader::dataLength |
◆ isRF64
| bool juce::WavAudioFormatReader::isRF64 |
◆ isSubformatOggVorbis
| bool juce::WavAudioFormatReader::isSubformatOggVorbis |
The documentation for this class was generated from the following file: