On Fri Apr 21 09:02:33 2023 +0000, Huw Davies wrote:
Dead code again. Add when first used. Also note, I'm not sure we want `audiosession.c`, `audiosessionmanger.c`, `audiosessionwrapper.c`, etc. (I should have pointed this out before we added the manager). Ideally all of this would live in `audiosession.c` (if it's really too much to go in `audioclient.c`). If you need to separate them to make the transistion easier then that's ok, but any additional files that you can avoid creating at this stage would be good.
The idea is to have one file per struct (not including `audio_session_wrapper`, which is shared):
- `audioclient.c` - `audiosession.c` - `audiosessionmanager.c`