• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Several Audio streams while making a call

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking for the most correct way (or just any way) to play sound in several streams while making a call. For example, while calling sound goes out of internal speaker, but I need to play music from both speakers at a time. Also I need to play it from different sources(one from call , another one from external source).
I have tried to do this, but I am got simultaneous playing music and outgoing call. Here is my code.



By the way, it plays several sound streams together without any lags) I need to play my mp3 file in another stream and from the external speaker.
Is there any way to do this using default API or reflection, or if it isn't possible using standard features , maybe there any ability to do this using native interface or editing system files or changing firmware at worst.
Thanks
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic