Stream audio via UDP on Android

Source: Internet
Author: User
In this post, I tried to play small audio data chunks with audiotrack to show the feasibility of streaming audio. it's not straightforward enough. so I updated the sample code to actually transfer audio data with UDP.
As the image below shows, the application is not too complicated.

The two buttons will each create a new thread to send and Recv audio data respectively. and the sender will read audio data from the file/data/1.wav. it sends the data to UDP port 2048 on localhost. the specified er reads on 2048 port and feed data stored ed to audiotrack object.
Full code is available:
Http://code.google.com/p/rxwen-blog-stuff/source/browse/trunk/android/streaming_audio/src/rmd/media/StreamingAudio/UdpStream.java

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.