I'm using the Zixing library in my android app and there is a feature that lets the user records audio then generate QR code for that audio. I don't know how to do it.
I assume the steps will be like this, but I'm not sure:
- save the record at a cloud.
- create QR code for the link above.
I'm using FireBase. A sample code or any reference is always appreciated.