You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/audio
mjxs 03022f2170
【Fix Speech Issue No.5】issue 3444 transformation import error (#3779)
4 weeks ago
..
cmake [audio] mv paddlespeech/audio to paddleaudio (#2706) 2 years ago
paddleaudio Fix some typos. (#3178) 1 year ago
tests 【Fix Speech Issue No.5】issue 3444 transformation import error (#3779) 4 weeks ago
tools/setup_helpers [audio] mv paddlespeech/audio to paddleaudio (#2706) 2 years ago
CMakeLists.txt [audio]replace kaldi fbank with kaldi-native-fbank in paddleaudio (#2799) 2 years ago
README.md update paddleaudio readme, test=doc (#2801) 2 years ago
setup.py fix librosa==0.8.1 numpy==1.23.5 for paddleaudio align with this version 1 year ago

README.md

PaddleAudio

安装方式: pip install paddleaudio

目前支持的平台Linux, Mac, Windows

Environment

Build wheel

cmd: python setup.py bdist_wheel

Linux test build whl environment:

  • os - Ubuntu 16.04.7 LTS
  • gcc/g++ - 8.2.0
  • cmake - 3.18.0 (need install)

MACtest build whl envrioment

  • os
  • gcc/g++ 12.2.0
  • cpu Intel Xeon E5 x86_64

Windows not support paddleaudio C++ extension lib (sox io, kaldi native fbank)