Search:

Type: Posts; User: surendhar

Search: Search took 0.11 seconds.

  1. Re: Issues with Sound setMicrosecondPosition in Mac Os X

    Thanks a lot for your reply.

    I have also the approach you suggested, but it doesn't work for Mac.

    Do we any other built-in API to play Sound, because I don't want to use any third party...
  2. Re: Issues with Sound setMicrosecondPosition in Mac Os X

    'soundClip' is instance of javax.sound.sampled.Clip.


    public void play() throws Exception
    {
    AudioInputStream stream = AudioSystem.getAudioInputStream( new FileInputStream(new...
  3. Issues with Sound setMicrosecondPosition in Mac Os X

    Hi All

    I am trying to implement sound player in Java as following.

    public void play() throws Exception
    {
    AudioInputStream stream = AudioSystem.getAudioInputStream( new FileInputStream(new...
Results 1 to 3 of 3