James Salsman

Results 17 comments of James Salsman

Jim after the hackathon do you want to work on https://phabricator.wikimedia.org/T166929#5473028 ?

Fantastic! I also hope to try this out ASAP. I wonder whether constraining to the first pass's word boundaries will help. It seems like it can't hurt, but it would...

David, that is a great idea, as people can modify sox as needed, or replace it with a similarly behaving executable. If I understood you to say you plan to...

https://github.com/acheong08/Bard is pretty easy, but obtaining the API key from cookies is an extra step which may be frowned upon in an official model integration, and Google is probably going...

I'm considering writing this, because it would certainly be useful. It's free, faster than GPT-3.5 and 4, has no rate limits, has a large and apparently expanding (but undocumented) context...

> https://github.com/dsdanielpark/Bard-API Still needs the ```__Secure-1PSID``` key from browser cookies. Everyone is waiting for the PaLM API to be generally available, which was promised more than a week ago.

I think Google prefers people use PaLM directly because Bard has several chatbot-only features. https://developers.generativeai.google/tutorials/text_quickstart

Liad, react has react-mic https://www.npmjs.com/package/react-mic which is based on npm's mic https://www.npmjs.com/package/mic However, https://github.com/ai/audio-recorder-polyfill may give you better cross-platform support, and doesn't require react. On Sunday, December 13, 2020, Liad...

I'm not sure whether this will help, but here are three supposedly cross-browser WebRTC microphone systems which could conceivably help modernize that infrastructure for WebAssembly LAME, but don't use it...

Can confirm in v1.4.1: ``` Python 3.10.11 (main, Apr 4 2023, 22:10:32) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sox >>> tfm=sox.Transformer()...