JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_AudioSampleBuffer.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::AudioBuffer< Type >
 A multi-channel buffer containing floating point audio samples. More...
 

Namespaces

namespace  juce
 

Typedefs

using juce::AudioSampleBuffer = AudioBuffer< float >
 A multi-channel buffer of 32-bit floating point audio samples.
 

Functions

template<typename Type >
bool juce::operator!= (const AudioBuffer< Type > &a, const AudioBuffer< Type > &b)
 
template<typename Type >
bool juce::operator== (const AudioBuffer< Type > &a, const AudioBuffer< Type > &b)