Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delayed audio transmission #20

Open
mcarvette opened this issue Oct 10, 2016 · 2 comments
Open

Delayed audio transmission #20

mcarvette opened this issue Oct 10, 2016 · 2 comments

Comments

@mcarvette
Copy link

I've complied Barnard using Golang 1.6.2 on a Raspberry Pi Zero ARM6 @ 1GHz.
All works well. Audio is received perfectly with minimal latency, but transmitting audio is delayed several seconds.
Running Top I see CPU usage is above 90% when running Barnard in transmit mode. When not transmitting the CPU is around 4%. When receiving only, CPU is around 25%.
I assume the high CPU when transmitting is due to audio compression and encryption which is therefore causing the long delay.
I am willing to sacrifice compression and/or encryption to get the CPU usage down.
Is this doable? And will this solve my problem?

@bgunebakan
Copy link

did you solve this problem ? i have same problem with raspberry pi 3. delay is increasing over time.

@mcarvette
Copy link
Author

I wasn't able to get it to work and haven't been able to dig into it again. If you can fix it, I'd love to find out how you did it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants