Hi guys,
I am working on reading binary data from a WAV file, I need a Kotlin function or library that can help me achieve that.
The WAV is encoded using AFSK where
• A single bit is a waveform between two zero-crossing
• a 1-signal is a rectangle signal of t=320 microseconds
• a 0-signal is a rectangle signal of t=640 microseconds
Any help will be appreciated.
not kotlin but kotlin colored 1