FreeCalypso > hg > fc-magnetite
annotate toolwrap/str2ind @ 598:717ed17d82c6
aci3 vocoder control revamped, AT@VSEL now works as it should
The vocoder control code (hl_audio_drv.c) that came with the TCS3 version
of ACI was totally broken in the Calypso config (VOCODER_FUNC_INTERFACE)
and worked in the standard analog voice environment only by luck.
This code has now been rewritten to work correctly with our Calypso
platform and TCS211 L1, and our new AT@VSEL mechanism (automatic enabling
and disabling of MCSI voice path as the modem enters and exits the voice
call state) now also works as designed.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 27 Mar 2019 23:44:35 +0000 |
parents | 82ae0ab1ff42 |
children |
rev | line source |
---|---|
8
82ae0ab1ff42
added str2ind.exe and wine wrapper for it
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 #!/bin/sh |
82ae0ab1ff42
added str2ind.exe and wine wrapper for it
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 TZ=GMT |
82ae0ab1ff42
added str2ind.exe and wine wrapper for it
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 export TZ |
82ae0ab1ff42
added str2ind.exe and wine wrapper for it
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 exec nowhine `dirname $0`/../winexe/str2ind.exe "$@" |