UID:92866
UID:2
On Microsoft Windows the underlying multimedia system is used; only WAVE format sound files are supported.On X11 the Network Audio System is used if available, otherwise all operations work silently. NAS supports WAVE and AU files.On Macintosh, ironically, we use QT (QuickTime) for sound, this means all QuickTime formats are supported by Qt/Mac.On Qt/Embedded, a built-in mixing sound server is used, which accesses /dev/dsp directly. Only the WAVE format is supported.The availability of sound can be tested with QSound::isAvailable().
NAS sound support ... yes
UID:136309