summaryrefslogtreecommitdiff
path: root/firmware/export/replaygain.h
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2005-07-24 15:25:13 +0000
committerMagnus Holmgren <magnushol@gmail.com>2005-07-24 15:25:13 +0000
commit6bd8e5db08e42130d1a72377b3c0cec0b8d57a69 (patch)
treed76f9efb587f87dc715a93f36c1ce313c4de112c /firmware/export/replaygain.h
parent795ce8b1a829eb36c051e0c5f2e62572b71ab70c (diff)
downloadrockbox-6bd8e5db08e42130d1a72377b3c0cec0b8d57a69.tar.gz
rockbox-6bd8e5db08e42130d1a72377b3c0cec0b8d57a69.zip
ReplayGain support files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7233 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/replaygain.h')
-rw-r--r--firmware/export/replaygain.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/firmware/export/replaygain.h b/firmware/export/replaygain.h
new file mode 100644
index 0000000000..09b0776069
--- /dev/null
+++ b/firmware/export/replaygain.h
@@ -0,0 +1,26 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2005 Magnus Holmgren
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19
20#ifndef _REPLAYGAIN_H
21#define _REPLAYGAIN_H
22
23long get_replaygain(const char* str);
24long get_replaypeak(const char* str);
25
26#endif