Results 1 to 3 of 3

Thread: Help with sound...

  1. #1

    Thread Starter
    Fanatic Member Nove's Avatar
    Join Date
    Jul 2004
    Posts
    736

    Help with sound...

    I'd like to record sound using a microphone, be able to reverse that sound and transpose it onto any other sound, and I'd like to do it in an applet. Can someone provide me a starting point for this? Thanks.

  2. #2
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Help with sound...

    That reminds me of that one thread Playing Mp3's Backwards (Or Wav's at least) over in the Classic VB section. I don't think Java is capable of accessing COM objects such as DirectX, so API's are your last resort. I could be wrong on the DX thing though.

  3. #3
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Re: Help with sound...

    Check out the AudioClip interface which provides some methods for playing, stoping and looping WAV and MIDI files. Probably other formats also but i forget. Also look into the Applet class which has a method to grab an AudioClip based on a URL. AudioClip getAudioClip(URL url), AudioClip getAudioClip(URL url,String fileName).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width