Skip to content

Alex-xixiang/CudaAudioProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA Accelerated Audio Processor

项目简介

本项目利用 CUDA 对音频波形进行并行处理,示例中实现了 音量增强回声效果
相比纯 CPU 版本,可显著加速大文件批处理。

快速开始

# 构建
make            # 或者使用 CMake
# 运行
./bin/audio_processor data/sample.wav data/output.wav
# 生成波形截图
python3 scripts/plot_waveforms.py

依赖

  • CUDA 11+
  • Aquila DSP (sudo apt install libaquila-dev)
  • Python 3, pandas, matplotlib (仅用于生成图片)

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors