Python通过Spleeter实现音唱人声(歌声)伴奏分离
程序示例精选
Python实现音唱人声(歌声)伴奏分离
如需安装运行环境或远程调试,见文章底部微信名片,由专业技术人员远程协助!
前言
这篇博客针对《Python实现音唱人声(歌声)伴奏分离》编写代码,功能包括了人声(歌声)-伴奏分离。运用Spleeter库进对音频文件编辑。
文章目录
一、所需工具软件
二、使用步骤
1. 安装Spleeter库
2. 命令行运行音唱分离
3. 运行结果
三、在线协助
一、所需工具软件
1. Python3.6以上
2. Pycharm代码编辑器
3. Spleeter, Tensorflow库
二、使用步骤
1.安装Speeter库
代码如下(示例):
# install dependencies using conda
conda install -c conda-forge ffmpeg libsndfile
# install spleeter with pip
pip install spleeter
# download an example audio file (if you don't have wget, use another tool for downloading)
wget https://github.com/deezer/spleeter/raw/master/audio_example.mp3
2.命令行运行音唱分离
代码如下(示例):
# separate the example audio into two components
spleeter separate -p spleeter:2stems -o output audio_example.mp3
3.运行结果如下:
三、在线协助:
如需安装运行环境或远程调试,见文章底部微信名片,由专业技术人员远程协助!