|
|
amiconn: firmware/export sound.h,1.1,1.2: msg#00160
|
Subject: |
amiconn: firmware/export sound.h,1.1,1.2 |
Update of /cvsroot/rockbox/firmware/export
In directory labb:/tmp/cvs-serv21123/firmware/export
Modified Files:
sound.h
Log Message:
Better pitch handling.
Index: sound.h
===================================================================
RCS file: /cvsroot/rockbox/firmware/export/sound.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sound.h 1 Apr 2005 13:41:03 -0000 1.1
+++ sound.h 22 May 2005 12:45:35 -0000 1.2
@@ -55,7 +55,8 @@
int sound_numdecimals(int setting);
int sound_steps(int setting);
#if (CONFIG_HWCODEC == MAS3587F) || (CONFIG_HWCODEC == MAS3539F) ||
defined(SIMULATOR)
-void sound_set_pitch(int percent);
+void sound_set_pitch(int permille);
+int sound_get_pitch(void);
#endif
#endif
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox-cvs
|
| |