Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
c77fa296
Commit
c77fa296
authored
Dec 02, 2009
by
Jeffrey Middleton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compress: add config.h
This includes some default values of #defined constants used in the code; it won't compile without it.
parent
c412d625
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
config.h
src/AudioCompress/config.h
+19
-0
No files found.
src/AudioCompress/config.h
0 → 100644
View file @
c77fa296
/* config.h
** Default values for the configuration, and also a few random debug things
*/
#ifndef AC_CONFIG_H
#define AC_CONFIG_H
/*** Version information ***/
#define ACVERSION "2.0"
/*** Default configuration stuff ***/
#define TARGET 16384
/*!< Target level (on a scale of 0-32767) */
#define GAINMAX 32
/*!< The maximum amount to amplify by */
#define GAINSMOOTH 8
/*!< How much inertia ramping has*/
#define BUCKETS 400
/*!< How long of a history to use by default */
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment