8000 GitHub - PhamHuynhAnh16/world.py: Trình bao bọc Python cho "World Vocoders"
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PhamHuynhAnh16/world.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World.py

Trình bao bọc python dành cho world vocoders

Tôi không biết tại sao tôi lại làm cái này:V

Bạn có thể sử dụng nó giống như pyworld nhưng tôi không có đưa nó lên pypi

Bạn có thể dùng nó như thế này

import soundfile as sf
import numpy as np

from world import PYWORLD

pw = PYWORLD()
x, fs = sf.read('audio')

f0, t = pw.harvest(x.astype(np.double), fs=16000, f0_ceil=1100, f0_floor=50, frame_period=10)
f0 = pw.stonemask(x.astype(np.double), 16000, t, f0)

Được viết dựa trên World Của Dr. Morise's

About

Trình bao bọc Python cho "World Vocoders"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0