Hi!
So I saw a few people asking about a better way to send audio to Zello. I see all sorts of setups, like emulating Android or using a phone.
Well, what I have done is create a some what custom Python implementation of the Zello client. It works similarly to Broadcastify Calls API. The idea behind it is to monitor a Dispatch Channel with it and have calls sent to a Zello Channel. Currently, it uses whatever the default recording device is. So make sure you have that set up correctly with ALSA and alsamixer. It is possible to edit the main Python file and change the device index variable for PyAudio if you wish to use multiple cards and multiple instance. I just did not add that. Keeping it Default was working the best for me.
Have a look here and give it a try. Any questions, just ask. I will answer.
So I saw a few people asking about a better way to send audio to Zello. I see all sorts of setups, like emulating Android or using a phone.
Well, what I have done is create a some what custom Python implementation of the Zello client. It works similarly to Broadcastify Calls API. The idea behind it is to monitor a Dispatch Channel with it and have calls sent to a Zello Channel. Currently, it uses whatever the default recording device is. So make sure you have that set up correctly with ALSA and alsamixer. It is possible to edit the main Python file and change the device index variable for PyAudio if you wish to use multiple cards and multiple instance. I just did not add that. Keeping it Default was working the best for me.
Have a look here and give it a try. Any questions, just ask. I will answer.
GitHub - TheGreatCodeholio/pi_zello: Raspberry Pi Zello Client
Raspberry Pi Zello Client. Contribute to TheGreatCodeholio/pi_zello development by creating an account on GitHub.
github.com