AME
ame_AudioBuffer.hpp File Reference

Audio buffer. More...

#include <algorithm>
#include <array>
#include <cassert>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <span>
Include dependency graph for ame_AudioBuffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ame::AudioBlockView< ElementType, Extent >
 A lightweight data structure that stores a pointer to an audio buffer. More...
 
class  ame::AudioBuffer< FloatType, Size >
 An audio buffer that supports multiple channels whose size is determined at compile time. More...
 

Detailed Description

Audio buffer.

Author
Akiyuki Okayasu (akiyu.nosp@m.ki.o.nosp@m.kayas.nosp@m.u@gm.nosp@m.ail.c.nosp@m.om)

AME is released under the MIT license.