Opened 18 years ago

Closed 18 years ago

#8 closed enhancement (fixed)

Implement the QSound class

Reported by: dmik Owned by: dmik
Priority: high Milestone: qt-os2-3.3.1-rc07
Component: kernel Version:
Severity: normal Keywords: QSound
Cc:

Description

Simple sound facilities (playing a WAV file) are (also) used very often by "real-world" Qt applications.

Change History (3)

comment:1 Changed 18 years ago by dmik

Component: 3rdpartykernel
Status: newassigned

comment:2 Changed 18 years ago by dmik

Milestone: qt-os2-3.3.1-rc07

comment:3 Changed 18 years ago by dmik

Resolution: fixed
Status: assignedclosed

The OS/2 implementation of QSound is done.

The current implementation uses the MMPM subsystem and supports all audio formats supported by MMPM. Linking to MMPM libraries is dynamic, so that Qt apps will run even on systems that have no MMPM installed (QSound::isAvailable() will simply return FALSE in this case, as well as if MMPM is installed but there is no working audio driver loaded).

Note: See TracTickets for help on using tickets.