Samuel Cook
Samuel Cook
@kctdfh, I came here to see if anyone else was asking for this, and was glad to see your feature request. I would love to implement metered trials (up to...
For me, i can't even get it to keep listening for more than 2-3 seconds of silence without auto-stopping, even when setting high levels for these: EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS, EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS, EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS Would...
I don't think the mic works on a virtual android machine. I couldn't get it working in there either, but it works fine on all real Android devices I've tested...
Ran across this today via RainbowKit. Seemed random. Fully clearing localhost:3000 browser cache / storage fixed it in case anyone else runs across this.
Ran into this same issue server rendering react-query calls with Ultra. In case this helps anyone, this pattern is hacky but works: ```ts export async function fetcher() { if (IS_SERVER)...
Also seeing this issue, exactly as described.
I would love to see this implemented.
It would be lovely to see this supported
would love to see any solutions anyone has found
Just ran into this unfortunately after converting a Node/Prisma app into Workers/D1 structure. I wish I had known of this limitation or I wouldn't have started down this path. I...