Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add channels to QAVAudioOutput #419

Closed
valbok opened this issue Nov 22, 2023 · 4 comments
Closed

Add channels to QAVAudioOutput #419

valbok opened this issue Nov 22, 2023 · 4 comments

Comments

@valbok
Copy link
Owner

valbok commented Nov 22, 2023

No description provided.

@valbok
Copy link
Owner Author

valbok commented Dec 17, 2023

#422

@valbok
Copy link
Owner Author

valbok commented Dec 17, 2023

@binarysoft2011

@valbok valbok closed this as completed Dec 17, 2023
@binarysoft2011
Copy link

#if QT_VERSION >= QT_VERSION_CHECK(6, 4, 0)
void setChannelConfig(QAudioFormat::ChannelConfig);
QAudioFormat::ChannelConfig channelConfig() const;
#endif

What about Qt 5.X ?

@valbok
Copy link
Owner Author

valbok commented Dec 17, 2023

#if QT_VERSION >= QT_VERSION_CHECK(6, 4, 0) void setChannelConfig(QAudioFormat::ChannelConfig); QAudioFormat::ChannelConfig channelConfig() const; #endif

What about Qt 5.X ?

qt5 does not support this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants