- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
If I want toimplement 3-way conference , how can I mix 3 voice streams together? I can't find any useful API. Do I only to average 3 voice streams data with linear-PCM way? If not, could you give me some clues to implement this features?
BR
Sam
If I want toimplement 3-way conference , how can I mix 3 voice streams together? I can't find any useful API. Do I only to average 3 voice streams data with linear-PCM way? If not, could you give me some clues to implement this features?
BR
Sam
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Sam,
The IPP library is certainly appropriate for building such an application, but the library itself does not implement directly what you are after. Please review the "Signal Processing" chapters in the IPP documentation for more information:
http://software.intel.com/sites/products/documentation/hpc/ipp/ipps/
How you choose to mix the three audio signals is really up to you. I realize that doesn't help much, but the solution is very much a function of your system hardware and requirements, so it's not possible to provide any sort of general solution.
If you are looking for a simple way to mix multiple audio signals there are many solutions. Here's one simple referenceI found that is relatively easy to follow:
http://www.vttoth.com/notes.htm
And the references listed at the end of the following short paper might also be of value:
http://delivery.acm.org/10.1145/1030000/1027570/p186-black.pdf?key1=1027570&key2=5572692521&coll=GUIDE&dl=GUIDE&CFID=51731775&CFTOKEN=82738322
Disclaimer: Intel has no affiliation with the authors of the above pages and these links do not represent an endorsement ofthose authors by Intel; I have provide these URLs as starting points for you in the hope that they might lead you to find additional information related to the problem you are attempting to solve. There is no guarantee that these references will solve your problem.
Hope this helps,
Paul
The IPP library is certainly appropriate for building such an application, but the library itself does not implement directly what you are after. Please review the "Signal Processing" chapters in the IPP documentation for more information:
http://software.intel.com/sites/products/documentation/hpc/ipp/ipps/
How you choose to mix the three audio signals is really up to you. I realize that doesn't help much, but the solution is very much a function of your system hardware and requirements, so it's not possible to provide any sort of general solution.
If you are looking for a simple way to mix multiple audio signals there are many solutions. Here's one simple referenceI found that is relatively easy to follow:
http://www.vttoth.com/notes.htm
And the references listed at the end of the following short paper might also be of value:
http://delivery.acm.org/10.1145/1030000/1027570/p186-black.pdf?key1=1027570&key2=5572692521&coll=GUIDE&dl=GUIDE&CFID=51731775&CFTOKEN=82738322
Disclaimer: Intel has no affiliation with the authors of the above pages and these links do not represent an endorsement ofthose authors by Intel; I have provide these URLs as starting points for you in the hope that they might lead you to find additional information related to the problem you are attempting to solve. There is no guarantee that these references will solve your problem.
Hope this helps,
Paul
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page