summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/types.h
blob: 1ecf6360a0a05d3db498cf3e25a54c50c20015b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef AUDIOGRAPHER_TYPES_H
#define AUDIOGRAPHER_TYPES_H

#include <stdint.h>

#include "audiographer/visibility.h"

namespace AudioGrapher {

/* XXX: copied from libardour */
typedef int64_t framecnt_t;

typedef uint8_t ChannelCount;

typedef float DefaultSampleType;

} // namespace

#endif // AUDIOGRAPHER_TYPES_H