Felipe Mica

Results 47 comments of Felipe Mica

What is this "Bark GUI" thing? Is it possible to generate the "final command line" after play on the GUI to use in batch mode later?

> You don't need to type commandline args, just use the GUI. Audio parts of long sentences will be joined together at the end and are saveable/playable from the GUI...

It would be very nice to fix it. It's a mandatory prereq to my project, I can't continue without this.

I'm using the Portuguese language. Each time I generate a new sound the voice and mood is completely different, even using the same "history_prompt" param. Sometimes it generates a totally...

I need this too to my project! haha meanwhile I have to use the TTS from Micro$oft.

Completed? How to use so?

``` SELECT t1.id AS table1_id, t2.id AS table2_id, t3.id AS table3_id, t4.*, t1.detail AS table1_detail, t1.title AS table1_title, t1.creation_date, t1.publish_date, t1.file_path, t1.image_path, t1.key, t1.labels, t2.raw_data FROM table1 t1 JOIN table2...

@pawelsalawa I found the issue. I was able to reproduce it. The problem is when the view query another view: ``` CREATE VIEW v_unsent AS SELECT * FROM v_full_episodes WHERE...

@pawelsalawa `v_full_episodes` is this view: https://github.com/pawelsalawa/sqlitestudio/issues/4831#issuecomment-1637006028 I just have changed some names for privacy.