[webrtc-nv-use-cases] Access to raw audio data (#80)

lminiero has just created a new issue for https://github.com/w3c/webrtc-nv-use-cases:

== Access to raw audio data ==
I've been tinkering with WASM codecs a bit, and one thing I figured out (well, others did before me, I only realized it looking what they did!) was that I had to "highjack" the hidden support for L16 in browsers to get access to uncompressed audio (via SDP munging, since it's officially unsupported) and then use Insertable Streams to take care of the encoding/decoding at the JS level. @fippo suggested I open an issue here, since standardizing access to raw audio data may indeed facilitate a lot of the audio-related use cases that have started appearing.

Please view or discuss this issue at https://github.com/w3c/webrtc-nv-use-cases/issues/80 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 5 December 2022 11:28:28 UTC