ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Can we, and should we, use Qt rather than PortAudio? (was Re: He

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 12 Oct 2013 12:01:21 -0700
Does Qt provide portable audio APIs sufficient to replace PortAudio, e.g. the QAudioOutput class:

	http://qt-project.org/doc/qt-4.8/qaudiooutput.html

(introduced in 4.6), and are they sufficiently cross-platform (Windows, OS X, and at least one audio framework for the twisty little maze of UN*X flavors, including various Linux distributions, and their desktop environments, all different, that make up the rest of our platforms)?

If so, should we do so?