Merge pull request #95 from w-okada/dev

Dev
This commit is contained in:
w-okada 2022-11-11 16:41:00 +09:00 committed by GitHub
commit d9c8fc0e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View File

@ -7,7 +7,7 @@ MMVCで必要となる一連の作業トレーニング用の音声の録音
![image](https://user-images.githubusercontent.com/48346627/201169523-836e0f9e-2aca-4023-887c-52ecc219bcca.png)
基本的にはDockerを前提としたアプリケーションですが、Github PagesとGoogle Colaboratory上での実行も可能です。Google Colaboratoryの制約により使用感が一部悪いです。
Dockerを前提としたアプリケーションですが、Github PagesとGoogle Colaboratory上での実行も可能です。Google Colaboratoryの制約により使用感が一部悪いです。
![image](https://user-images.githubusercontent.com/48346627/201169876-36c33af9-f2d4-4746-9ddb-21186b94f6fc.png)
このアプリケーションを用いることで、以下のことを簡単に行うことができます。
@ -66,6 +66,21 @@ Dockerでの使用を推奨します。一部ユーザ体験が劣化します
詳細な使用方法等は[wiki](https://github.com/w-okada/voice-changer/wiki)をご参照ください。
# デモ動画
## リアルタイム性
GPUを使用すると100msec強の遅延で変換することが可能です。
https://user-images.githubusercontent.com/48346627/199807082-9d2ca75b-3a05-463d-b32e-14e663603626.mp4
CPUでも最近のであればそれなりの速度で変換可能。
https://user-images.githubusercontent.com/48346627/199855821-596f0874-8f69-4354-b226-4a755e9763bc.mp4
古いCPU( i7-4770)だと、1000msecくらいかかってしまう。
# Misc
## 簡易デモ(soft-vc)
soft-vcを用いたボイスチェンジャです。

File diff suppressed because one or more lines are too long