Multiple audio streams run at a time in C/ C++ in Linux?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AakashAshu
    New Member
    • Jul 2010
    • 2

    Multiple audio streams run at a time in C/ C++ in Linux?

    Multiple audio streams run at a time in C/ C++ in Linux? Can it be done using multithreading? ? If yes how to implement it?
  • Oralloy
    Recognized Expert Contributor
    • Jun 2010
    • 988

    #2
    Multi-tasking is generally safer than multi-threading.

    But yes, you can. If I recall correctly, route your audio data to different devices, and use the mixer to control output.

    Have you implemented a single stream yet?

    Comment

    Working...