diff Plugins/Input/mpg123/mpg123.h @ 1090:09eb2c83097a trunk

[svn] Psychoaccoustics support (to disable, temporarily add -UPSYCHO to your CFLAGS.): This commit brings psychoaccoustics support (as used in mp3surround decoders) to libmpgdec. For example, we can now almost fully compensate for lack of bandwidth in ISO compliant MP3 encodings. In addition, further inaccuracies with pitch and the lack of reverb feeling that some MP3s have are detected and automatically compensated for.
author nenolod
date Sat, 20 May 2006 20:36:10 -0700
parents e75c7856fbea
children ecdd6a7cafed
line wrap: on
line diff
--- a/Plugins/Input/mpg123/mpg123.h	Sat May 20 20:04:39 2006 -0700
+++ b/Plugins/Input/mpg123/mpg123.h	Sat May 20 20:36:10 2006 -0700
@@ -341,4 +341,8 @@
 extern const char *mpg123_id3_genres[GENRE_MAX];
 extern const int tabsel_123[2][3][16];
 
+/* psycho.c defines */
+void psycho_init(void);
+int psycho_process(void *data, int length, int nch);
+
 #endif