Android Community
Results 1 to 4 of 4

Thread: Play Audio using sound package

  1. #1
    Join Date
    Aug 2009
    Posts
    2

    Default Play Audio using sound package


    Hi,

    I am working on Android's Media Player.
    I have developed simple code in Android using Media Player that works for wav and mp3 files.

    MediaPlayer mp = MediaPlayer.create(this, R.raw.chimes);
    mp.start();

    I have also developed simple audio java code using built in package of Java (javax.sound.sampled). The audio files contains stream data(FileOutputStream).
    But Android does not support sound package.

    Is there any other way to play audio.

    Thanks in advance

  2. #2
    Join Date
    Oct 2008
    Location
    Charlottesville, VA
    Posts
    140

    Default Re: Play Audio using sound package

    Maybe you should go to http://www.anddev.org/. They have a lot of tutorials over there
    G1 -- Dead!
    Hero -- Dead!
    Another G1 (for non-US travel) -- Given to a friend
    Samsung Vibrant -- Crappy hardware! Given to a friend
    Galaxy Nexus -- ...To Be Continued

  3. #3
    Join Date
    Aug 2009
    Posts
    2

    Default Re: Play Audio using sound package

    Hi,

    Thanks for the reply.

    I have gone through the tutorials given in this link.
    http://www.anddev.org/tutorial_custo...yer-t1612.html

    And also my Android Player can play mp3 files when i stream it.
    But i am not able to play Wav files. Why so? Streaming does not support wav in Android?

    I have played wav file directly from raw. It plays.
    What will be the problem?

  4. #4
    Join Date
    Oct 2008
    Location
    Charlottesville, VA
    Posts
    140

    Default Re: Play Audio using sound package


    That's beyond my knowledge. I haven't messed with streaming audio. Maybe it has to do with how the file is being served. For example, Shoutcast is a server that streams MP3 files.
    G1 -- Dead!
    Hero -- Dead!
    Another G1 (for non-US travel) -- Given to a friend
    Samsung Vibrant -- Crappy hardware! Given to a friend
    Galaxy Nexus -- ...To Be Continued

Similar Threads

  1. Replies: 0
    Last Post: 05-20-2009, 12:16 PM
  2. can't get wma audio book to play
    By cbaker in forum General HTC Chat
    Replies: 1
    Last Post: 03-10-2009, 11:05 PM
  3. Doggcatcher can't play podcasts? Or phone can't play mp3?
    By Pinesal in forum All About Andorid Software
    Replies: 1
    Last Post: 01-18-2009, 12:43 PM
  4. UPS SIGNED my package!
    By msvoluptous in forum General HTC Chat
    Replies: 6
    Last Post: 10-21-2008, 06:08 PM
  5. Package shipped from KY to MO...
    By missxoash in forum General HTC Chat
    Replies: 1
    Last Post: 10-17-2008, 04:21 AM

Bookmarks

Posting Permissions

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