FreeCalypso > hg > fc-tourmaline
annotate configs/bwtest @ 286:ee16d57b32b2
Condat audio_Init(): rm setting of sidetone level
The default sidetone level in the absence of audio mode loading
is just that, a basic default without any promises of good tuning.
In the original TCS211 code this default sidetone level was set in
two places: first in L1 init of ABB-via-DSP registers (set to -17 dB),
and then initialized again in Condat audio_Init(), this time set to
-5 dB. The present change removes the redundant second initialization.
The default sidetone level is now -17 dB instead of -5 dB with this
change, but again it is just the default; all serious users are now
expected to use audio mode config files.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 09 Nov 2021 02:16:59 +0000 |
parents | e35ac0b021b6 |
children |
rev | line source |
---|---|
31
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 # modem services config: voice only |
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 GPRS=0 |
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 SRVC=0 |
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 |
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 # this is a phone handset config |
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 MMI=2 |
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 R2D_STATE=1 |
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 |
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 # small B&W UI version on D-Sample B&W R2D framebuffer |
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 R2D_EMBEDDED_LCD=8 |
e35ac0b021b6
configs: initial set of envisioned Tourmaline configs
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 UI_CONFIG=smallbw |