18

Is it possible? I'd like run over a batch of audio files and produce graphic waveform files from them. Similar to what SoundCloud displays, but perhaps the module(s) im seeking will offer a few more options.

Whats out there? whats good?

Ben Keating
  • 8,206
  • 9
  • 37
  • 37
  • possible duplicate of [Audio waveform visualisation in Python/Django](http://stackoverflow.com/questions/3290054/audio-waveform-visualisation-in-python-django) – Ian Mackinnon Jul 14 '15 at 15:07

1 Answers1

15

See this example, it is exactly what you want in pure Python. You have another options too, but using audiolab.

Nathan Wailes
  • 9,872
  • 7
  • 57
  • 95
Tarantula
  • 19,031
  • 12
  • 54
  • 71