Skip to content

Commit 3ab43fe

Browse files
committed
Some fixes
1 parent fb77429 commit 3ab43fe

File tree

15 files changed

+106
-102
lines changed

15 files changed

+106
-102
lines changed

apps/applio-docs/src/content/docs/getting-started/audio-analyzer.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Audio Analyzer"
33
description: "Learn how to use the Audio Analyzer to get detailed information about your audio files."
4+
sidebar:
5+
order: 10
46
---
57

68
import { Aside, Steps } from '@astrojs/starlight/components';

apps/applio-docs/src/content/docs/getting-started/embedder.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Understanding Embedders"
33
description: "Learn what embedders are and how to use them effectively in your voice conversion projects."
4+
sidebar:
5+
order: 4
46
---
57

68
import { Aside, Steps } from '@astrojs/starlight/components';

apps/applio-docs/src/content/docs/getting-started/google-colab-guide.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Google Colab Guide"
33
description: "Learn how to use Applio in the cloud with Google Colab."
4+
sidebar:
5+
order: 2
46
---
57

68
import { Aside, Steps } from '@astrojs/starlight/components';

apps/applio-docs/src/content/docs/getting-started/inference.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Voice Conversion with Inference"
33
description: "Learn how to use Applio's inference features to perform voice conversion."
4+
sidebar:
5+
order: 5
46
---
57

68
import { Steps, Tabs, TabItem, Aside } from '@astrojs/starlight/components';

apps/applio-docs/src/content/docs/getting-started/installation.mdx

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Installation
33
description: How to install Applio on your computer.
4+
sidebar:
5+
order: 1
46
---
57

68
import { Steps, Tabs, TabItem, Aside } from '@astrojs/starlight/components';
@@ -19,7 +21,7 @@ The Dione Launcher is the simplest way to install and update Applio. It handles
1921

2022
## Manual Installation
2123

22-
If you prefer to install Applio manually, you can use our precompiled version or the installation scripts.
24+
If you prefer to install Applio manually, you can use our precompiled version (Windows) or the installation scripts.
2325

2426
<Tabs>
2527
<TabItem label="Windows">
@@ -35,19 +37,40 @@ If you prefer to install Applio manually, you can use our precompiled version or
3537
</Aside>
3638
</TabItem>
3739
<TabItem label="Linux/macOS">
38-
<Steps>
39-
1. Download the latest precompiled `.zip` file from [Hugging Face](https://huggingface.co/IAHispano/Applio/tree/main/Compiled/Linux).
40-
2. Extract the archive to a folder in your home directory.
41-
3. Open a terminal in the Applio directory.
42-
4. Make the startup script executable and run it:
43-
```bash
44-
chmod +x run-applio.sh
45-
./run-applio.sh
46-
```
47-
</Steps>
40+
<Tabs>
41+
<TabItem label="Option 1: Git Clone">
42+
<Steps>
43+
1. Clone the repository from GitHub:
44+
```bash
45+
git clone https://github.com/IAHispano/Applio.git
46+
cd Applio
47+
```
48+
2. Run the installation script:
49+
```bash
50+
chmod +x run-install.sh
51+
./run-install.sh
52+
```
53+
3. Launch Applio:
54+
```bash
55+
chmod +x run-applio.sh
56+
./run-applio.sh
57+
```
58+
</Steps>
59+
</TabItem>
60+
<TabItem label="Option 2: Manual Python Installation">
61+
<Steps>
62+
1. Clone the repository from GitHub:
63+
```bash
64+
git clone https://github.com/IAHispano/Applio.git
65+
cd Applio
66+
```
67+
2. Set up a Python virtual environment and install dependencies manually. See the **Detailed Setup for Linux/macOS** section below for instructions.
68+
</Steps>
69+
</TabItem>
4870
<Aside type="note" title="First-Time Setup">
4971
If you encounter issues, you may need to install Python 3.10.12 and create a virtual environment. See the **Detailed Setup for Linux/macOS** section below for instructions.
5072
</Aside>
73+
</Tabs>
5174
</TabItem>
5275
</Tabs>
5376

apps/applio-docs/src/content/docs/getting-started/plugins.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Using Plugins"
33
description: "Learn how to install and use plugins to extend Applio's functionality."
4+
sidebar:
5+
order: 11
46
---
57

68
import { Aside, Steps } from '@astrojs/starlight/components';

apps/applio-docs/src/content/docs/getting-started/pretrained.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Using Pre-trained Models"
33
description: "Learn how to use pre-trained models to improve your voice training results."
4+
sidebar:
5+
order: 3
46
---
57

68
import { Aside, Card, CardGrid } from '@astrojs/starlight/components';
@@ -86,6 +88,6 @@ Here are some popular pre-trained models created by the community.
8688
<br/>**Sample Rates:** 32k, 40k, 48k
8789
<br/>[Download 32k D file](https://huggingface.co/blaise-tk/TITAN/resolve/main/models/medium/32k/pretrained/D-f032k-TITAN-Medium.pth?download=true) | [Download 32k G file](https://huggingface.co/blaise-tk/TITAN/resolve/main/models/medium/32k/pretrained/G-f032k-TITAN-Medium.pth?download=true)
8890
<br/>[Download 40k D file](https://huggingface.co/blaise-tk/TITAN/resolve/main/models/medium/40k/pretrained/D-f040k-TITAN-Medium.pth?download=true) | [Download 40k G file](https://huggingface.co/blaise-tk/TITAN/resolve/main/models/medium/40k/pretrained/G-f040k-TITAN-Medium.pth?download=true)
89-
<br/>[Download 48k D file](https://huggingface.co/blaise-tk/TITAN/resolve/main/models/medium/48k/pretrained/D-f048k-TITAN-Medium.pth?download=true) | [Download G file](https://huggingface.co/blaise-tk/TITAN/resolve/main/models/medium/48k/pretrained/G-f048k-TITAN-Medium.pth?download=true)
91+
<br/>[Download 48k D file](https://huggingface.co/blaise-tk/TITAN/resolve/main/models/medium/48k/pretrained/D-f048k-TITAN-Medium.pth?download=true) | [Download 48k G file](https://huggingface.co/blaise-tk/TITAN/resolve/main/models/medium/48k/pretrained/G-f048k-TITAN-Medium.pth?download=true)
9092
</Card>
9193
</CardGrid>

apps/applio-docs/src/content/docs/getting-started/report-error.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Reporting Errors and Common Issues"
33
description: "Learn how to report errors and find solutions for common issues in Applio."
4+
sidebar:
5+
order: 12
46
---
57

68
import { Steps, Tabs, TabItem, Aside } from '@astrojs/starlight/components';

apps/applio-docs/src/content/docs/getting-started/tensorboard.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Monitoring Training with TensorBoard"
33
description: "Learn how to use TensorBoard to monitor the progress of your model training and prevent overtraining."
4+
sidebar:
5+
order: 7
46
---
57

68
import { Aside, Steps } from '@astrojs/starlight/components';

apps/applio-docs/src/content/docs/getting-started/training.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Training a Voice Model"
33
description: "A step-by-step guide to training a high-quality voice model in Applio."
4+
sidebar:
5+
order: 6
46
---
57

68
import { Aside, Steps, FileTree } from '@astrojs/starlight/components';

0 commit comments

Comments
 (0)