Saving an audio file's waveform into an image

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Julien

    Saving an audio file's waveform into an image

    Hi,

    I would like to pull out the waveform of an audio file and save it
    into an image file, for example in GIF format. Is that achievable, and
    if so, how?

    I heard about the Snack module, but the project looks dead and un-
    maintained.

    Your advice would be greatly appreciated.

    Thanks!

    Julien
  • Larry Hale

    #2
    Re: Saving an audio file's waveform into an image

    On May 9, 1:55 am, Julien <jpha...@gmail. comwrote:
    Hi,
    >
    I would like to pull out the waveform of an audio file and save it
    into an image file, for example in GIF format. Is that achievable, and
    if so, how?
    >
    I heard about the Snack module, but the project looks dead and un-
    maintained.
    >
    Your advice would be greatly appreciated.
    >
    Thanks!
    >
    Julien

    Would you please provide more info on what you're wanting to
    accomplish?

    As for "Snack module", all I could find was http://www.wanware.com/tsgdocs/snack.html,
    which seems "dead", although the Google cached version at

    makes it sound rather UNlike what you're talking about. (Other ref's
    for my Google search of http://www.google.com/search?hl=en&q...=Google+Search
    seemed to show the same thing.)


    The short answer is: Huh?/What?/Why? Why not put the picture + sound
    ==video file. (Sure the image remains static, but there's the
    Soundtrack with it! ;) )


    Cheers,
    -Larry Hale

    Comment

    • Robert.Spilleboudt

      #3
      Re: Saving an audio file's waveform into an image

      I am using Snack to process the audio signal of a rc transmitter.
      Look at

      Another audio processing: PortAudio and the Python module PyAudio. Look
      at http://people.csail.mit.edu/hubert/pyaudio/
      Robert

      Julien wrote:
      Hi,
      >
      I would like to pull out the waveform of an audio file and save it
      into an image file, for example in GIF format. Is that achievable, and
      if so, how?
      >
      I heard about the Snack module, but the project looks dead and un-
      maintained.
      >
      Your advice would be greatly appreciated.
      >
      Thanks!
      >
      Julien

      Comment

      • Joshua Kugler

        #4
        Re: Saving an audio file's waveform into an image

        Julien wrote:
        Hi,
        >
        I would like to pull out the waveform of an audio file and save it
        into an image file, for example in GIF format. Is that achievable, and
        if so, how?
        Take a look at http://code.enthought.com/projects/chaco/ One of their
        examples does exactly this. Last example on this page:


        Hope that helps.

        j


        Comment

        Working...