Questions tagged [wave]

This tag is for questions about the Python module wave - for working with the .wav sound format. FOR GENERAL WAV QUESTIONS, not related to Python, please use the [wav] tag.

The wave module provides a convenient interface to the WAV sound format. It does not support compression/decompression, but it does support mono/stereo.

It's recommended to use this tag in connection with , due to the colloquial meaning of wave (ex. in math or physics)

498 questions
-3
votes
1 answer

WAV file header for A-Law and mu-law

Can some one tell me the WAV file header information for A-Law and Mu-Law?
Marxist Ali
  • 65
  • 2
  • 11
-6
votes
1 answer

Divide by zero error when calculating frequency?

I have a file containing 2 columns: time & volts. I'm trying to calculate the frequency of the highest amplitude wave. (Bear in mind that Each wave is of fixed frequency) I'm ordering the file in Excel using the volts column in descending order,…
1 2 3
33
34