xref: /aosp_15_r20/external/sonic/TODO (revision b290403dc9d28f89f133eb7e190ea8185d440ecd)
1This project still needs some enhancements:
2
3Security hardening
4------------------
5This project should be fuzzed, not just for sound inputs, but for settings
6outside normal ranges, such as setting the speed to 1.0e10.  Sonic should be
7secure against attacker-controlled audio signals .  However libsonic on some
8systems may run at elevated privileges, and may be controlled through APIs
9available in user space.
10
11Unit tests
12----------
13Sonic is now widely used, and should be properly covered by unit tests.
14