| Hash | Commit message | Author | Date | Files | + | - |
1 | commit d8fcd671694fc20e6e009c8dec5ea2a18f294e7a (HEAD -> master, origin/master, origin/HEAD) |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Wed Aug 2 00:46:40 2023 +0200 |
4 | |
5 | Auto-Commit Update 02.08.2023 - 00:46:40 |
6 | --- |
7 | bb.html | 34 ---------------------------------- |
8 | 1 file changed, 34 deletions(-) |
9 | |
10 | diff --git a/bb.html b/bb.html |
11 | deleted file mode 100644 |
12 | index 267c752..0000000 |
13 | --- a/bb.html |
14 | +++ /dev/null |
15 | @@ -1,34 +0,0 @@ |
16 | -<h1>Saywoof - BARK Text-to-Speech Wrapper</h1> |
17 | -<h3>Welcome to Saywoof, an easy to use wrapper for the BARK text-to-speech engine. The library provides a simple set of functions to quickly get started with Bark TTS.</h3> |
18 | -<p><em>Version: 0.1.0</em></p> |
19 | -<h2>Installation:</h2> |
20 | -<h3><strong>Saywoof</strong> can easily be installed from various platforms:</h3> |
21 | -<h3><strong>PyPI</strong>:</h3> |
22 | -<pre><code>pip install saywoof |
23 | -</code></pre> |
24 | -<h3><strong>Conda</strong>:</h3> |
25 | -<pre><code>conda install -c concise saywoof |
26 | -</code></pre> |
27 | -<h3><strong>From Source</strong>:</h3> |
28 | -<h4>If you prefer to install from source, clone this repo, cd into it and run:</h4> |
29 | -<pre><code>pip install -e . |
30 | - |
31 | -# or python3 ./setup.py install |
32 | -</code></pre> |
33 | -<h1>Usage</h1> |
34 | -<h2>Options:</h2> |
35 | -<ul> |
36 | -<li>-h, --help: Show help message and exit.</li> |
37 | -<li>-l, --local: Load local model.</li> |
38 | -<li>-L, --large: Load large model.</li> |
39 | -<li>-s, --save: Save model.</li> |
40 | -<li>-t, --text: Text to convert to speech.</li> |
41 | -<li>-f, --file: File to convert to speech.</li> |
42 | -<li>-o, --output: Output file name.</li> |
43 | -<li>-r, --rate: Sample rate of output file.</li> |
44 | -<li>-p, --persistent: Persistent mode.</li> |
45 | -</ul> |
46 | -<h2>License</h2> |
47 | -<p>Saywoof is open source and licenced under the MIT/X Consortium license</p> |
48 | -<h2>Support</h2> |
49 | -<p>If you encounter any problems or have suggestions for Saywoof, please open an issue on GitLab. We value your feedback and will respond as quickly as possible.</p> |