summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/types.h
blob: 4288dce0c6ad4f654af1edf5de02cc9d86383f42 (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