A server/client app that visualises audio. The goal is to let other devices on the network also visualise all audio coming from the server's device.
- install the latest odin compiler (https://odin-lang.org/docs/install/)
- build and run the server
./scripts/server_buildrun.bat - build and run any client
./scripts/test_client_buildrun.bat
- additional postprocessing of the freq spectrum
- normalise freq from 0 to 1 range
- log scaling of freq data (should this happen on the server or clients?)
- cast data to 16 bit (u16) samples and freq
- debug crc check failing on client
- cbor protocol?
- cleanup build scripts
- make pretty