adrianbg

Results 11 comments of adrianbg

From Slack chat: adrian [10:21 AM] start a bunch of workers, any time one of them is idle, pick one of the workers that isn’t idle and split its work...

@weirded the character set is UTF-8. It should be possible to recursively subdivide the set of valid UTF-8 strings using the ListBucket operations' `marker` parameter so you can do the...

@weirded Yeah, mine were hex too. Probably like you I just broke up the listing by the first hexit. Didn't think of this binary search idea until later. Actually, binary...

Hey, I wouldn't say it's active unfortunately, though I think there's at least one other person using it. Can you tell me more about what you're trying to do? I...

For that I would probably recommend the web speech API. Kaldi might be better for user privacy and cross-browser compatibility, but for dictation the quality would be much, much lower...

Yeah, that makes sense. In that case I would still recommend using a speech API that you pay for unless you're really really against spending money. You can see some...

I'm pretty pressed for time so I think I'll try to achieve this using AppRTC first. If that doesn't work out then I'll try to add it to OpenWebRTC.

I had some issues with WebRTC.org. The experience helped dissuade me that it'd be more reliable than OpenWebRTC. It also seems like a way less approachable codebase so I'm back...

Btw, I tried AVAudioSession.setInputGain() on iOS and it had no effect.

This happens to me when I try to connect two clients that are on different networks. Using the methods of OpenWebRTCNativeHandler to add STUN and TURN servers seems to help...