Tomeu
Tomeu
Any update on this?
Here is how I use the `MediaRecorder` inside of each `AudioTrack` ```tsx const mst = track.mediaStreamTrack; // AudioTrack const stream = new MediaStream(); stream.addTrack(mst); const mediaRecorder = new MediaRecorder(stream, {...
Hey @chrisguttandin , thank you for the quick reply. Yes, both of them are NOT defined. just the sampleSize... ```tsx console.group(`Track ${track.sid}`); console.log(`SampleSize of mst: ${mst.getSettings().sampleSize}`); console.log(`SampleSize of stream: ${stream.getAudioTracks()[0].getSettings().sampleSize}`);...
I guess at the beginning it doesn't have this properties my `AudioTrack` so I need to check if the `sampleRate` property exist before to initialize the `MediaRecorder`. I am kinda...
Finally I was able to fix it not very elegant way... I will research more about it since the sample rate is `undefined`, then is set to 16000 and finally...
It has to be merged in some point, right now I am having this issue.
hey @robertguss do you know if this project is maintained anymore? Thank you
hey @ngirardin, I just tried but it looks like it doesn't detect the version correctly... Or do I missing something? Thank you 
> @tomtobac could you open the terminal pane, go to the output tab, select « vitest » and paste the logs here? ``` [INFO 14:08:06] Vitest Workspace [js]: Vitest version...
> Thank you! > > @tomtobac, do you have any interest in also contributing a guide like at [sdk.vercel.ai/docs/guides/openai](https://sdk.vercel.ai/docs/guides/openai) for working with Cohere? Yes, I will add the documentation pr,...