Skip to content

ylingu/DigitalSignalProcessing_SoA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

数字混响师——卡拉 OK 混响系统

包含基础实验和一个简单的卡拉 OK 混响系统,支持多种混响预设和自定义混响参数。

🌍 运行环境

推荐环境:

  • Python 3.11+
  • Poetry 1.8.2+
  • sox 14.4.2+
  • node 22.1.0+
  • pnpm 8.15.7+

sox 下载地址(带有 libmad.dll 和 libmp3lame.dll,否则无法处理 mp3 文件)

⚡️ 快速开始

1. 安装

克隆本项目并进入项目根目录

git clone https://github.com/ylingu/DigitalSignalProcessing_SoA.git
cd DigitalSignalProcessing_SoA

安装依赖

cd backend && poetry install
cd frontend && pnpm install

2. 使用

运行后端服务

cd backend
poetry run start

运行前端服务

cd frontend
pnpm run dev

3. 运行效果

运行效果 在线体验: 数字混响师

About

School of Astronautics Digital Signal Processing Course Experiment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published