Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

"Mute" should stop the AUD websocket stream #96

Open
elafargue opened this issue Apr 27, 2017 · 2 comments
Open

"Mute" should stop the AUD websocket stream #96

elafargue opened this issue Apr 27, 2017 · 2 comments

Comments

@elafargue
Copy link

For situations with low network bandwidth, would it make sense to stop sending audio frames when the "mute" button is pressed? This would be a good way to save bandwidth.

@ka7u
Copy link

ka7u commented Apr 29, 2017

I use the mute button to silence WSPR when using that extension. If the audio frames stopped what would happen to the active WSPR extension?
Ron - KA7U

@jks-prv
Copy link
Owner

jks-prv commented May 3, 2017

Stopping the audio stream on mute would not effect WSPR because WSPR processes the audio IQ data on the Beagle and sends updates to the WSPR waterfall etc. separately. But some extensions, like the timecode extension I've been working on, do use the audio stream already delivered to the browser. So you'd have to detect that situation and prevent the audio stream from being stopped.

It should also be possible to stop the waterfall stream for when you're just listening.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants