-
Hi There,
Sorry to be a pain. Quick question. I am looking to basically process each timesliced chunk as its own audio file and not join all the chunks toguether at the end of the recording.
I h…
-
MediaStreamTrackGenerator does not specifiy any limits as to the speed at which data can be fed in. This can lead to problems if developers push 60s worth of audio data in 1s (see crbug.com/1184070).
…
-
I am interested in using CaptureTime to sync remote WebRTC videos but the attribute seems to be missing when I requestVideoFrameCallback while all other attributes are present.
Is there something m…
-
This issues stems from https://github.com/w3c/mediacapture-transform/issues/3.
It might be good to have some application specific metadata be passed through without any change through encoder or deco…
-
The [Media WG's charter](https://www.w3.org/2019/05/media-wg-charter.html#timeline) happily asserts that all specifications developed by the group will be published as Candidate Recommendations (CR) b…
-
Is this the correct place to post feedback on the API standard?
WebCodecs seems to primarily exist to support videoconference applications. But, I am interested in it for a particular reason: I am …
-
Hi,
My suggestion is to replace ADPCM codec to OPUS, I think it is better for streaming audio and in future can easily allow to provide stereo audio for receiving eg. FM ord DAB+.
-
Since the supported Face Detection models may vary by camera, the API proposed in PR 89 can potentially give varying results depending on the hardware. This will impose a support burden on applicatio…
-
Following on https://github.com/w3c/mediacapture-extensions/pull/69 and media capture transform, face detection metadata could be made available to mediastreamtrack transforms.
There are a few possib…
-
separating issues in https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1556
existing VideoEncoderConfig to be modified (adding `undefined`):
```ts
interface VideoEncoderConfig {
…