**Use this as reference point 1** Ok, this is actually pretty solid.
This commit is contained in:
parent
e8e96d7d01
commit
56c0af05c1
2 changed files with 82 additions and 34 deletions
|
@ -17,7 +17,19 @@ buffer = 384
|
|||
play = 0
|
||||
rec = 1
|
||||
channels = 2
|
||||
samplerate = 16000
|
||||
|
||||
|
||||
|
||||
# THis matters for CC Turbo8
|
||||
# What is the base note? I.e. the lowest note.
|
||||
# Note that it won't have very much impact until an octave up though!
|
||||
base_hz = 82.41
|
||||
samplerate = 10000
|
||||
freqbins = 8
|
||||
|
||||
|
||||
|
||||
|
||||
wininput = -1
|
||||
|
||||
#Compiled version will default this.
|
||||
|
@ -39,9 +51,6 @@ sourcename = default
|
|||
# How much to amplify the incoming signal.
|
||||
amplify = 2.0
|
||||
|
||||
# What is the base note? I.e. the lowest note.
|
||||
# Note that it won't have very much impact until an octave up though!
|
||||
base_hz = 110
|
||||
|
||||
# This is only used when dealing with the slow decompose (now defunct)
|
||||
# decompose_iterations = 1000
|
||||
|
@ -51,7 +60,7 @@ base_hz = 110
|
|||
dft_iir = 0.6
|
||||
dft_q = 20.0000
|
||||
dft_speedup = 1000.0000
|
||||
octaves = 5
|
||||
octaves = 4
|
||||
|
||||
# Should we use a progressive DFT?
|
||||
# 0 = DFT Quick
|
||||
|
@ -66,8 +75,6 @@ do_progressive_dft = 5
|
|||
filter_iter = 2
|
||||
filter_strength = .5
|
||||
|
||||
# How many bins per octave to use?
|
||||
freqbins = 12
|
||||
|
||||
# For the final note information... How much to slack everything?
|
||||
note_attach_amp_iir = 0.3500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue