Robert Sinclair

Results 131 comments of Robert Sinclair

how can I do this manually? can anybody help?

@Aphexus lol. yes.. there are.. but they are not the same of the speakers.. like: ``` from TTS.api import TTS tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2").to("cpu") t=open('text.txt', 'r').read().replace('\n','') tts.tts_to_file(text=t, speaker_wav=["./speaker1.wav","./speaker2.wav"], language="en", file_path="test.wav") ```...

> Have you found a solution to the inconsistency between the generated sound and the original uploaded sound? no.

no :( On Sat, Jul 13, 2024 at 11:59 AM hjj-lmx ***@***.***> wrote: > Have you found a solution to the inconsistency between the generated sound > and the original...

> Just to make sure I understand your ask correctly: You are looking to run this SDK on client devices, and want to be able to set up encrypted prompts,...

> Is this a duplicate of [#231](https://github.com/google-gemini/generative-ai-js/issues/231)? No it is not.

in the online version I can do it. Perhaps the online version should also output the CLI command to obtain the same result.

In the end I put a breakpoint in the service worker and I got the options string then I saved it locally as config.json. Everything worked, but consider of adding...

Sorry, no Idea what you mean. I just transfer data in chunks. In your code you transfer it as a single chunk (which works only for very small eeproms)

what options did you use in the obfuscator?