ggerganov / ggwave

Tiny data-over-sound library
https://youtu.be/Zcgf77T71QM
MIT License
1.94k stars 156 forks source link

Improve the library's logging interface #54

Open ggerganov opened 3 years ago

ggerganov commented 3 years ago

Currently, we can only change the output file stream through a global static call. Maybe add stuff like log levels, filtering, etc.

See discussion in https://github.com/ggerganov/ggwave/issues/51 for some ideas.