anthumchris / opus-stream-decoder

Instantly decode Ogg Opus audio streams in chunks with JavaScript & WebAssembly (Wasm)
126 stars 21 forks source link

Streaming audio output/live #24

Closed zzph closed 2 years ago

zzph commented 2 years ago

Hi there,

Apologies if this is a basic question.

I'm trying to "stream" audio from my PC. Latency isn't super important.

Despite efforts with WebRTC, and modifying the codec/quality- the sound quality is poor.

If i find a way to "stream" to a file, can your library stream the file even though it hasn't been fully "created" yet?

Or did you have another suggestion on how to achieve this?

Thanks :)

anthumchris commented 2 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.