Re: [Interest] How to get number of channels from QAudioDeviceInfo

2016-01-26 Thread Jason H
> In the application am writing I can work around not being able to detect the > actual number of channels on a device but I do need to be able to send sound > data independently to each channel. Is this possible with Qt? I have no idea. You're looking at the code. My guess is no, that you'll ne

Re: [Interest] How to get number of channels from QAudioDeviceInfo

2016-01-25 Thread Glenn Ramsey
On 23/01/16 08:37, Jason H wrote: > > >> Sent: Thursday, January 21, 2016 at 11:07 PM From: "Glenn Ramsey" >> To: interest@qt-project.org Subject: [Interest] How to >> get number of channels from QAudioDeviceInfo >> >> Hi, >> >>

Re: [Interest] How to get number of channels from QAudioDeviceInfo

2016-01-22 Thread Jason H
> Sent: Thursday, January 21, 2016 at 11:07 PM > From: "Glenn Ramsey" > To: interest@qt-project.org > Subject: [Interest] How to get number of channels from QAudioDeviceInfo > > Hi, > > I would like to use the Qt5.x QtMultiMedia to output sound independently

[Interest] How to get number of channels from QAudioDeviceInfo

2016-01-21 Thread Glenn Ramsey
Hi, I would like to use the Qt5.x QtMultiMedia to output sound independently on multi-channel devices such as 5.1 and 7.1 sound cards. However I can't figure out to tell how many channels a device has. >From the documentation I guess that QAudioDeviceInfo::supportedChannelCounts is the call that