Will Despard
Will Despard
Specifying a codec for the mimetype results in an error when trying to playback the blob in Safari
With the native MediaRecorder api, you can specify a codec for the mimetype with the following syntax: `'audio/mp4; codecs=mp4a.40.2'`. This doesn't seem possible in the blobOptions object based on my...
If I call stopRecording() immediately after the recording starts (more specifically when `status === "recording"`), I get the following error: `TypeError: undefined is not an object (evaluating 'sampleChunk.type')` If I...
Let's say I create a component with a variant called 'margin', which has a mix of numeric and numeric string keys, like so: ``` const StyledBox = styled('div', { margin:...