[android-developers] Re: Capture and Playback

2008-12-29 Thread Lei

I'm stuck on this.
Help me please.

On Dec 26, 2:23 pm, Lei poohd...@gmail.com wrote:
 Hi, all
 I want to capture the audio from the microphone, save the audio in the
 buffer, and then playback the audio in the buffer.
 It seems that it will be simple if I can use javax.sound.* to create a
 sourceDataLine and a targetDataLine.
 But I cannot import javax.sound.* into my project.
 How to solve the problem?

 Thanks in advance.

 Regards,
 Lei
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Capture and Playback

2008-12-29 Thread Lei

I'm stuck on this.
Help me please.

On Dec 26, 2:23 pm, Lei poohd...@gmail.com wrote:
 Hi, all
 I want to capture the audio from the microphone, save the audio in the
 buffer, and then playback the audio in the buffer.
 It seems that it will be simple if I can use javax.sound.* to create a
 sourceDataLine and a targetDataLine.
 But I cannot import javax.sound.* into my project.
 How to solve the problem?

 Thanks in advance.

 Regards,
 Lei
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Capture and Playback

2008-12-29 Thread Dave Sparks

There is no support for javax.sound in Android and there are no plans
to support it. We will have support for streaming audio in a future
release.

On Dec 29, 1:11 am, Lei poohd...@gmail.com wrote:
 I'm stuck on this.
 Help me please.

 On Dec 26, 2:23 pm, Lei poohd...@gmail.com wrote:

  Hi, all
  I want to capture the audio from the microphone, save the audio in the
  buffer, and then playback the audio in the buffer.
  It seems that it will be simple if I can use javax.sound.* to create a
  sourceDataLine and a targetDataLine.
  But I cannot import javax.sound.* into my project.
  How to solve the problem?

  Thanks in advance.

  Regards,
  Lei
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Capture and Playback

2008-12-29 Thread Lei

Thank you

On Dec 30, 12:54 am, Dave Sparks davidspa...@android.com wrote:
 There is no support for javax.sound in Android and there are no plans
 to support it. We will have support for streaming audio in a future
 release.

 On Dec 29, 1:11 am, Lei poohd...@gmail.com wrote:

  I'm stuck on this.
  Help me please.

  On Dec 26, 2:23 pm, Lei poohd...@gmail.com wrote:

   Hi, all
   I want to capture the audio from the microphone, save the audio in the
   buffer, and then playback the audio in the buffer.
   It seems that it will be simple if I can use javax.sound.* to create a
   sourceDataLine and a targetDataLine.
   But I cannot import javax.sound.* into my project.
   How to solve the problem?

   Thanks in advance.

   Regards,
   Lei
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---