Search code examples
androidkotlinchirp

How can I switch kind of protocol that I prepared to work with?


I understood that chirp use 16kHz-mono protocol for transmitter data in Android. Can I switch kind of protocol that I prepared to work with? And how it realise if it real?

p.s. Add links on Chirp Android documentation and also example on github.


Solution

  • The Chirp config string is what configures the audio properties of the SDK. You can select different configs from https://developers.chirp.io/applications.

    If you select ultrasonic from the dropdown box, you will notice the config string change. Copy and paste this into your app and the SDK will then use this ultrasonic protocol.

    You can find more information on these pages

    https://developers.chirp.io/docs/using-chirp/protocols

    https://developers.chirp.io/docs/using-chirp/credentials