JUCE
Classes | Typedefs
juce_AudioSampleBuffer.h File Reference

Classes

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

Typedefs

typedef AudioBuffer< float > AudioSampleBuffer
 A multi-channel buffer of 32-bit floating point audio samples. More...
 

Typedef Documentation

A multi-channel buffer of 32-bit floating point audio samples.

This typedef is here for backwards compatibility with the older AudioSampleBuffer class, which was fixed for 32-bit data, but is otherwise the same as the new templated AudioBuffer class.

See also
AudioBuffer