> 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
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,
>>
>>
> 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
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