Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Surround Sound with QAudioOutput?

Surround Sound with QAudioOutput?

Scheduled Pinned Locked Moved General and Desktop
audio
1 Posts 1 Posters 830 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cristian64
    wrote on last edited by
    #1

    Hi,

    I've been using QAudioOutput for a while (48kHz, 16 bits, signed, stereo), and it works fine. Recently I started outputting more than 2 channels - now my application supports 2, 4, 6 or 8 channels. It also works fine.

    My question is how can you possible specify what channels is what? I think the facto standard says the channel order should be like:

    • Stereo: L R
    • 2/2 channels: L R Ls Rs
    • Surround 5.1: L R C LFE Ls Rs

    I can tell that when I output 6 channels (Surround 5.1), it does sound different, but I have this feeling that C/LFE may be swapped with the Ls and Rs. How can you specify this for the QAudioOutput so that the S.O. know what channels is what? Or should you assume some certain order for the channels? Or maybe it isn't possible with QAudioOutput? Phonon?

    Any comment will be very appreciated.

    Thanks,
    Christian

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved