Loading...
Searching...
No Matches
juce::MemoryAudioSource Class Reference

Detailed Description

An AudioSource which takes some float audio data as an input.

Inheritance diagram for juce::MemoryAudioSource:

Public Member Functions

 MemoryAudioSource (AudioBuffer< float > &audioBuffer, bool copyMemory, bool shouldLoop=false)
 Creates a MemoryAudioSource by providing an audio buffer.
void prepareToPlay (int samplesPerBlockExpected, double sampleRate) override
 Implementation of the AudioSource method.
void releaseResources () override
 Implementation of the AudioSource method.
void getNextAudioBlock (const AudioSourceChannelInfo &bufferToFill) override
 Implementation of the AudioSource method.
void setNextReadPosition (int64 newPosition) override
 Implementation of the PositionableAudioSource method.
int64 getNextReadPosition () const override
 Implementation of the PositionableAudioSource method.
int64 getTotalLength () const override
 Implementation of the PositionableAudioSource method.
bool isLooping () const override
 Implementation of the PositionableAudioSource method.
void setLooping (bool shouldLoop) override
 Implementation of the PositionableAudioSource method.
Public Member Functions inherited from juce::PositionableAudioSource
 ~PositionableAudioSource () override=default
 Destructor.
Public Member Functions inherited from juce::AudioSource
virtual ~AudioSource ()=default
 Destructor.

Additional Inherited Members

Protected Member Functions inherited from juce::PositionableAudioSource
 PositionableAudioSource ()=default
 Creates the PositionableAudioSource.
Protected Member Functions inherited from juce::AudioSource
 AudioSource ()=default
 Creates an AudioSource.

Constructors and Destructors

◆ MemoryAudioSource()

juce::MemoryAudioSource::MemoryAudioSource ( AudioBuffer< float > & audioBuffer,
bool copyMemory,
bool shouldLoop = false )

Creates a MemoryAudioSource by providing an audio buffer.

If copyMemory is true then the buffer will be copied into an internal buffer which will be owned by the MemoryAudioSource. If copyMemory is false, then you must ensure that the lifetime of the audio buffer is at least as long as the MemoryAudioSource.

Referenced by setLooping().

Member Functions

◆ prepareToPlay()

void juce::MemoryAudioSource::prepareToPlay ( int samplesPerBlockExpected,
double sampleRate )
overridevirtual

Implementation of the AudioSource method.

Implements juce::AudioSource.

◆ releaseResources()

void juce::MemoryAudioSource::releaseResources ( )
overridevirtual

Implementation of the AudioSource method.

Implements juce::AudioSource.

◆ getNextAudioBlock()

void juce::MemoryAudioSource::getNextAudioBlock ( const AudioSourceChannelInfo & bufferToFill)
overridevirtual

Implementation of the AudioSource method.

Implements juce::AudioSource.

◆ setNextReadPosition()

void juce::MemoryAudioSource::setNextReadPosition ( int64 newPosition)
overridevirtual

Implementation of the PositionableAudioSource method.

Implements juce::PositionableAudioSource.

◆ getNextReadPosition()

int64 juce::MemoryAudioSource::getNextReadPosition ( ) const
overridevirtual

Implementation of the PositionableAudioSource method.

Implements juce::PositionableAudioSource.

◆ getTotalLength()

int64 juce::MemoryAudioSource::getTotalLength ( ) const
overridevirtual

Implementation of the PositionableAudioSource method.

Implements juce::PositionableAudioSource.

◆ isLooping()

bool juce::MemoryAudioSource::isLooping ( ) const
overridevirtual

Implementation of the PositionableAudioSource method.

Implements juce::PositionableAudioSource.

◆ setLooping()

void juce::MemoryAudioSource::setLooping ( bool shouldLoop)
overridevirtual

Implementation of the PositionableAudioSource method.

Reimplemented from juce::PositionableAudioSource.

References MemoryAudioSource().

linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram