cog/Audio/Helper.h

14 lines
258 B
C
Raw Normal View History

/*
* Helper.h
* CogAudio
*
* Created by Andre Reffhaug on 2/17/08.
* Copyright 2008 __MyCompanyName__. All rights reserved.
*
*/
2020-04-07 06:30:07 +00:00
#define MAX_VOLUME 800.0
double logarithmicToLinear(double logarithmic);
double linearToLogarithmic(double linear);