anthumchris / fetch-stream-audio

Low Latency web audio playback examples for decoding audio streams in chunks with Fetch & Streams APIs
https://fetch-stream-audio.anthum.com
MIT License
378 stars 23 forks source link

Stream audio output from PC #36

Closed zzph closed 3 years ago

zzph commented 3 years ago

Hi,

This project looks great. Forgive me if this is a basic question.

I want to enable streaming the audio output from my computer (Mac). Latency isn't important.

WebRTC doesn't seem to cut it, as the quality isn't great.

Could I "stream" my audio to an opus/wav file? IE the file would continually be written to

Do you have a suggestion on how it can be done in fetch-stream-audio?

Thanks,

anthumchris commented 3 years ago

I apologize, but I'm not sure how to answer your question. I would recommend StackOverflow to field opinions. Their community is great and extremely helpful. I'm going to close this issue because it's not specific to this code repo.