Working with Java Sound

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    Working with Java Sound

    Now, im currently on an experiment on Java Sound API....

    now, i am attempting to capture the duration ( time limit of a given wav file )but still have no idea...

    I found this link -7.8 but i cannot confirm its output.
    I tried to execute that snippet but it returns null here in my machine....

    Would you experts advice me on how will im going to implement that one effectively?
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Hey there good buddy!

    There's a wonderful little article here, perhaps you can start there, get an undestanding how sound works in Java, then go with your code.

    Have a look, let us know if helful:
    Java Sound, Getting Started, Part 2, Capture Using Specified Mixer

    Comment

    Working...