14 lines
256 B
C
14 lines
256 B
C
|
/*
|
||
|
* Helper.h
|
||
|
* CogAudio
|
||
|
*
|
||
|
* Created by Andre Reffhaug on 2/17/08.
|
||
|
* Copyright 2008 __MyCompanyName__. All rights reserved.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#define MAX_VOLUME 400
|
||
|
|
||
|
double logarithmicToLinear(double logarithmic);
|
||
|
double linearToLogarithmic(double linear);
|