YSE sound engine
1.0
cross platform sound engine
Main Page
Related Pages
Namespaces
Classes
Files
File List
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
include
headers
constants.hpp
Generated on Sun Jul 20 2014 16:41:58 for YSE sound engine by
1.8.6