Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csdr-mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ha7ilm
csdr-mirror
Commits
b530e59a
Commit
b530e59a
authored
10 years ago
by
ha7ilm
Browse files
Options
Downloads
Patches
Plain Diff
comment fix
parent
cf98fce9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libcsdr_gpl.c
+3
-3
3 additions, 3 deletions
libcsdr_gpl.c
with
3 additions
and
3 deletions
libcsdr_gpl.c
+
3
−
3
View file @
b530e59a
...
...
@@ -99,9 +99,9 @@ void shift_addition_cc_test(shift_addition_data_t d)
float
agc_ff
(
float
*
input
,
float
*
output
,
int
input_size
,
float
reference
,
float
attack_rate
,
float
decay_rate
,
float
max_gain
,
short
hang_time
,
short
attack_wait_time
,
float
gain_filter_alpha
,
float
last_gain
)
{
/*
Default working parameter values for voice
:
attack_rate = 0.
0
01
decay_rate = 0.01
Notes on parameters (with some default values)
:
attack_rate = 0.01
decay_rate = 0.
0
01
hang_time = (hang_time_ms / 1000) * sample_rate
hang_time is given in samples, and should be about 4ms.
hang_time can be switched off by setting it to zero (not recommended).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment