Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 412 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 412 Bytes

Audio-Processing

  • Programs related to audio in python
  • Please change the path according your system

WorkingWithAudio.py

In this file I included following things

  • Importing/Exporting Audio
  • Plotting the Audio In Time/Frequency domain using matplotlib
  • Crossfading 10 songs in single audio file
  • Different operations on audio
  • Creating synthetic audio
  • Speech to text using SpeechRecognition module