thank you for your answer. But how do i actually use this block as the background for my theme? For my theme for example the container for the backgroundimage is called “#page-title-slt”
Bests Heiko
setting
const options = { mimeType: ‘audio/webm’, audioBitsPerSecond: 48000 };
didn’t help.
first i tried some additional options i found on the web
const options = { mimeType: ‘audio/webm’, audioSamplingRate:48000, audioEncodingBitRate:128000};
that worked for me on chrome with my audio interface.
Afterwards i also tried it without those options and it also sounded much better.
const options = { mimeType: ‘audio/webm’};
so i’m not sure what did the trick, but it worked for me so far.
Since it was just a trail and error, maybe those settings are needed for something else.
I noticed, that it’s not working (anymore?) with my iPhone.
Best
Heiko
Does it mean there is no change to get a better quality? the bottleneck is chrome?
BTW apart from that I really like your work! really great job!