Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 429 Bytes

File metadata and controls

13 lines (10 loc) · 429 Bytes

Py_Audio

Project for interacting with audio files using python

Major part Covered -

  • Importing a wav audio file to python interface.
  • Converting audio file to a numpy array.
  • Reversing array by using python list functions.
  • Packing reversed array back to wav file :)

New functions to be worked on -

  • Using Audio Files with a Spectrum Analyzer tool
  • Use BandPass filer to capture FFT frequency in wav Audio