1

how to process an audio file using python

1
  • 1
    What sort of processing did you have in mind? Commented Jul 14, 2010 at 11:41

2 Answers 2

2

Use an audio module.

Sign up to request clarification or add additional context in comments.

Comments

1

In addition to an audio module (I've used PyAudio before FWIW), if you want to add effects or various filters (chopping out frequencies, etc), use Numpy as well; the matrix transforms there make it pretty painless to apply whatever digital filter you like.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.