FreeCalypso > hg > freecalypso-tools
comparison doc/Audio-mode-config @ 848:6c306705f503
doc/Audio-mode-config: add pointer to fc-audio-config repository
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 10 Aug 2021 02:31:38 +0000 |
parents | 6e137995c9c8 |
children |
comparison
equal
deleted
inserted
replaced
847:6e137995c9c8 | 848:6c306705f503 |
---|---|
513 enabled, such that aur 12 returns the 24 byte long L1_NEW_AEC version of | 513 enabled, such that aur 12 returns the 24 byte long L1_NEW_AEC version of |
514 T_AUDIO_AEC_CFG structure. The combination of this functionality in Pirelli's | 514 T_AUDIO_AEC_CFG structure. The combination of this functionality in Pirelli's |
515 fw and our fc-tmsync addition makes it possible to read out Pirelli's highly | 515 fw and our fc-tmsync addition makes it possible to read out Pirelli's highly |
516 tuned audio configurations in a very convenient manner, much more convenient | 516 tuned audio configurations in a very convenient manner, much more convenient |
517 than reading ABB registers with abbr and reading DSP API words with r16. | 517 than reading ABB registers with abbr and reading DSP API words with r16. |
518 | |
519 fc-audio-config repository | |
520 ========================== | |
521 | |
522 We have a separate repository for FC audio mode configurations, both complete | |
523 configs and individual config pieces (AEC and FIR): | |
524 | |
525 https://www.freecalypso.org/hg/fc-audio-config/ | |
526 | |
527 These audio configuration bits are maintained in their own repository because | |
528 they are separate from the present FC host tools package and also separate from | |
529 our firmwares, evolving independently without strict synchronization with these | |
530 other components. |