35 Commits

Author SHA1 Message Date
kalomaze
93706e95f5 Apply Code Formatter Change 2023-07-28 23:45:47 +00:00
kalomaze
5d25c72bda Revert "Merge branch 'main' into dev-main-backup"
This reverts commit 81fd2a0528, reversing
changes made to 521f5fb78e.
2023-07-26 22:34:48 -05:00
kalomaze
4eae15f862 Revert "Merge pull request #53 from alexlnkp/main"
This reverts commit a2ce6d744b, reversing
changes made to 91dfaccac8.
2023-07-25 01:31:30 -05:00
alexlnkp
26ddba243d data storage overhaul
switched from storing data in txt to sqlite3.
no more formant.txt and stop.txt!
all of the data from sql database is stored in memory of PC.
2023-07-25 05:53:47 +07:00
kalomaze
9ff9503b43 Apply Code Formatter Change 2023-07-23 03:47:53 +00:00
alexlnkp
21dba2f37b Add files via upload
fixed broken training due to missing arguments of load_audio function
2023-07-23 03:34:59 +07:00
kalomaze
eb7d0ad3be Merge remote-tracking branch 'ogrvc/main' into try-update 2023-07-17 13:25:04 -05:00
源文雨
5e09a55e5f 优化代码结构 2023-06-24 15:26:14 +08:00
Dschogo
c7f44b8055 Update extract_f0_print.py
Cleanup
2023-06-16 20:33:37 +02:00
Dschogo
e6b1ac8ea5 Add tqdm for progress 2023-06-15 14:18:50 +02:00
Mangio621
754d68677c Added arbitrary try catch for now to scope the echl sys argv issue 2023-06-14 18:35:45 +10:00
Mangio621
623b4553b6 Fixed hybrid PM self.sr issue on feature print. Changed to self.fs 2023-06-11 05:08:14 +10:00
Mangio621
351bec4522 Merged upstream. 2023-06-11 05:02:19 +10:00
André Thieme
e1f084177d Replace deprecated Numpy function np.int. (#434)
It’s an alias for just `int` and it’s being deprecated:
https://numpy.org/devdocs/release/1.20.0-notes.html

Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com>
2023-06-10 14:55:34 +00:00
Mangio621
6a321b98f4 Fixed official crepe first frame issue on hybrid f0 inference 2023-06-03 17:27:46 +10:00
Mangio621
a2eb974255 Crepe Implementation use own hop_length. Update readme 2023-05-31 00:37:37 +10:00
Mangio621
3a595c3ae1 Improved Crepe Batch Size with crepe_hop_length * 2. Official crepe no longer the same in this fork! 2023-05-30 23:57:13 +10:00
Mangio621
ad743209bb Merged official Crepe, and added Mangio-crepe as another wayto calculate crepe. Official crepe added to training! 2023-05-30 18:52:16 +10:00
Mangio621
cccdb58287 experimental f0 hybrid computation stack count fix 2023-05-25 21:10:19 +10:00
Mangio621
72b0b67994 Added hybrid f0 on training (f0 feature extraction). EXPERIMENTAL. Also added dio to the hybrid method options. Also fixed normal dio inference including a median filter. 2023-05-25 21:06:37 +10:00
Mangio621
ae417f80d7 Merged upstream changes 2023-05-20 13:50:22 +10:00
N. Hiroto
080b7cdc31 bugfix: leaked semaphore error (#309)
* use config for n_cpu

* rm import

* fix process loop

* unuse mp.spawn

ref. https://discuss.pytorch.org/t/how-to-fix-a-sigsegv-in-pytorch-when-using-distributed-training-e-g-ddp/113518/10

* fix commentout
2023-05-19 17:56:06 +08:00
Mangio621
170fa4ff0c Resolved tons of conflicts with v2. Testing now 2023-05-15 02:31:08 +10:00
github-actions[bot]
6a3eaef090 Format code (#275)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-14 07:52:36 +00:00
RVC-Boss
3b5a2298d7 Add files via upload 2023-05-14 15:05:42 +08:00
Mangio621
f6b5dd126b Fixed concatenation error on line 26 for printing the crepe hop length debug out. 2023-05-06 07:51:49 +10:00
Mangio621
8d6c932160 Fixed up extraction crepe hop length not being passed into extract f0 print. f0 Pitch extraction now works. Considerably longer than harvest etc. Now in the process of Training 2023-05-06 02:13:01 +10:00
Mangio621
151ba42ad7 Logging for preparation of crepe training. 2023-05-06 00:43:44 +10:00
Mangio621
bbe6bec466 ADDED f0 CREPE PITCH EXTRACTION FOR TRAINING. Highly experimental. Need to test how good it is for training models still. Added crepe components to the training tab in the UI. Updated readme. 2023-05-05 07:11:23 +10:00
github-actions[bot]
b4c653142d Format code (#142)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-24 20:35:56 +08:00
RVC-Boss
978539ad0e Update extract_f0_print.py 2023-04-22 12:17:32 +00:00
autumnmotor
297d92bf5d some change precision audio processing (#94)
* some change precision audio processing

* fix clipping problem in resample

resample sometimes causes signal clipping, not just librosa.resample

* fix error
2023-04-22 11:39:47 +00:00
Ftps
c8261b2ccc Reformat and rewrite _get_name_params (#57)
* Reformat

* rewrite _get_name_params

* Add workflow for automatic formatting

* Revert "Add workflow for automatic formatting"

This reverts commit 9111c5dbc1830248305fb075587a88be07ad3115.

* revert Retrieval_based_Voice_Conversion_WebUI.ipynb

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-04-15 11:44:24 +00:00
liujing04
a36ff01be1 Add files via upload 2023-04-13 23:57:27 +08:00
liujing04
2207b9647e Add files via upload 2023-03-31 17:54:38 +08:00