MIDI to WAV conversion

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

    MIDI to WAV conversion

    How can I convert (with the Java Sound API) a
    javax.sound.mid i.Sequence to a javax.sound.sam pled.AudioInput Stream?

    Please help me I need java source code.

    R. Hollenstein
  • Jonathan Philpott

    #2
    Re: MIDI to WAV conversion

    In article <621b66f7.05031 31807.651e435c@ posting.google. com>,
    r.hollenstein@c sm.edu.mx (Robin Hollenstein) wrote:
    [color=blue]
    > How can I convert (with the Java Sound API) a
    > javax.sound.mid i.Sequence to a javax.sound.sam pled.AudioInput Stream?[/color]

    This is a very difficult thing to do, as a MIDI file contains
    information in channels and notes and the computer itself has the
    synthesize the instruments to play the file, and a WAV file is a raw
    piece of audio data! I think there is a unix tool called timidity that
    can do this kind of conversion though.

    Jon

    Comment

    Working...