#ifndef AUDIOGRAPHER_TYPES_H #define AUDIOGRAPHER_TYPES_H #include namespace AudioGrapher { typedef int64_t nframes_t; typedef uint8_t ChannelCount; typedef float DefaultSampleType; } // namespace #endif // AUDIOGRAPHER_TYPES_H