YSE sound engine  1.0
cross platform sound engine
 All Classes Namespaces Functions Pages
constants.hpp
1 /*
2  ==============================================================================
3 
4  constants.h
5  Created: 28 Jan 2014 2:21:52pm
6  Author: yvan
7 
8  ==============================================================================
9 */
10 
11 #ifndef CONSTANTS_H_INCLUDED
12 #define CONSTANTS_H_INCLUDED
13 
14 #include "types.hpp"
15 
16 namespace YSE {
17  const UInt STANDARD_BUFFERSIZE = 1024;
18  const UInt STREAM_BUFFERSIZE = 44100;
19  extern UInt SAMPLERATE; // this used to be a constant. It is now declared in devicemanager
20 }
21 
22 
23 
24 
25 
26 #endif // CONSTANTS_H_INCLUDED