Is there a way to provide "prompt" to the binary? #464
-
|
I have been using whisper-cpp so far. I am thinking of switching to faster-whisper-xxl.exe instead. However, I don't see any option to provide a "prompt" via command line. Also, is there a way to provide a path for the xxl_data folder? It is a very large folder - so I was hoping to store it somewhere else. Thank you so much :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
it's
Why you want to separate that folder? Copy everything together to location you want and add it to PATH, then you can call the program from anywhere. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks so much. My audio actually comes from another source. This program chunks the audio using its own VAD system - so I need to provide the initial_prompt containing the previous sentence. Awesome work btw. I really want to make a donation (i don't need the Pro version - the XXL version is already perfect). But PayPal does not allow donations from my country. Any other way of donating? |
Beta Was this translation helpful? Give feedback.
it's
-promptor--initial_prompt. I don't recommend touching it.And there is
--reprompt--hotwordsect.Why you want to separate that folder? Copy everything together to location you want and add it to PATH, then you can call the program from anywhere.