Copied from Previous Repo
Hi All,
I have recently been experimenting with the DVMega AMBE 3000 and Analog Bridge.
By default the DVMega AMBE 3000 defaults to CODEC mode with Comfort Noise and Voice Activity Detection enabled, causing it to to spit out AMBE packets unprompted.
Overriding this hardware setting is fairly simple, it's just a case of sending a 'PKT_RESETSOFTCFG' packet in the following format-
61 00 07 00 34 05 00 00 0F 00 00
and waiting for the corresponding 'PKT_READY' response-
61 00 01 00 39
If possible could we get this merged into Analog_Bridge? I attempted to create a 'proxy' to sit in between Analog_Bridge and the AMBE Chip, but I can't get the code running fast enough.
Analog_Bridge would need to send the PKT_RESETSOFTCFG when it first connects to the AMBE 3000, and if it subsequently looses connection or resets.
Thanks!
Copied from Previous Repo
Hi All,
I have recently been experimenting with the DVMega AMBE 3000 and Analog Bridge.
By default the DVMega AMBE 3000 defaults to CODEC mode with Comfort Noise and Voice Activity Detection enabled, causing it to to spit out AMBE packets unprompted.
Overriding this hardware setting is fairly simple, it's just a case of sending a 'PKT_RESETSOFTCFG' packet in the following format-
61 00 07 00 34 05 00 00 0F 00 00and waiting for the corresponding 'PKT_READY' response-
61 00 01 00 39If possible could we get this merged into Analog_Bridge? I attempted to create a 'proxy' to sit in between Analog_Bridge and the AMBE Chip, but I can't get the code running fast enough.
Analog_Bridge would need to send the PKT_RESETSOFTCFG when it first connects to the AMBE 3000, and if it subsequently looses connection or resets.
Thanks!