Is there a Python Audio Library?

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

    Is there a Python Audio Library?

    Hi everyone,
    I would like to know if there is an audio library that will allow me to
    create
    and read .WAV and .MIDI files.
    When reading .WAV files, I am looking for amplitude information.

    Thanks.
    -gohaku


  • Christos TZOTZIOY Georgiou

    #2
    Re: Is there a Python Audio Library?

    On Fri, 25 Jun 2004 12:58:39 -0400, rumours say that gohaku
    <gohaku@earthli nk.net> might have written:
    [color=blue]
    >Hi everyone,
    >I would like to know if there is an audio library that will allow me to
    >create
    >and read .WAV and .MIDI files.
    >When reading .WAV files, I am looking for amplitude information.
    >
    >Thanks.
    >-gohaku
    >[/color]

    for wave files and operations on them:

    import wave, audioop

    for midi files, google is your friend (pymidi would be my first guess :)
    --
    TZOTZIOY, I speak England very best,
    "Tssss!" --Brad Pitt as Achilles in unprecedented Ancient Greek

    Comment

    Working...