Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Java App // Audio Producer - Multiple Consumer design

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Java App // Audio Producer - Multiple Consumer design

    Hi Java world,
    I am planning to develop an application that does the following:

    1) Receiving an audio streaming from a shoutcast server
    2) Decode and push it throught producer to a shared buffer
    3) Share audio data to as many consumers are interested to this feed.

    What is the best practive for doing this? I tried several things without success.


  2. #2
    Member Ada Lovelace's Avatar
    Join Date
    May 2014
    Location
    South England UK
    Posts
    414
    My Mood
    Angelic
    Thanks
    27
    Thanked 61 Times in 55 Posts

    Default Re: Java App // Audio Producer - Multiple Consumer design

    That sounds pretty complex but intreating all the same!

    I would advise googling about the subject - you may find helpful information.
    Aln alternatie to this however could be to post what code you have attempted,
    and I am sure some of the more experienced users can point you in the right direction.

    Wishes Ada xx
    If to Err is human - then programmers are most human of us all.
    "The Analytical Engine offers a new, a vast, and a powerful language . . .
    for the purposes of mankind
    ."
    Augusta Ada Byron, Lady Lovelace (1851)

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Java App // Audio Producer - Multiple Consumer design

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

Similar Threads

  1. Creating more than one consumer/producer thread based on input number
    By njack2 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 23rd, 2013, 01:52 AM
  2. Threads, Audio Application, Audio loading twice error
    By dpjmie in forum What's Wrong With My Code?
    Replies: 2
    Last Post: April 19th, 2013, 01:18 PM
  3. Replies: 1
    Last Post: April 26th, 2012, 10:06 AM
  4. My app audio sounds different when running the app?
    By TP-Oreilly in forum Android Development
    Replies: 1
    Last Post: January 29th, 2012, 08:23 AM
  5. Producer/Consumer Help
    By bananasplitkids in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 7th, 2010, 11:05 AM