Opened 16 years ago

Closed 16 years ago

Last modified 5 years ago

#8862 closed patch

Audio::Mixer internal API revision

Reported by: fingolfin Owned by: fingolfin
Priority: normal Component: Audio
Version: Keywords:
Cc: Game:

Description

The attached patch revises the internal API of our Audio::Mixer code, i.e. the API exposed to the backends.

The goal is to get rid of some annoying corner cases in the semantics (such as the fact that the mixer can be in a semi-initialized state for some time, plus its instantiation was never really well-documented).

Also, this will make it possible to eventually change the output rate during run time, should we have need to do that, and should make further refactoring in the future easier.

Only the SDL port was fully updated to accommodate for the change. I tried to also update the WinCE and Symbian ports (which are derived from the SDL port), and started work on some of the others. But since it's not yet clear to me whether the patch will go into SVN, and since some porters might object to me making those changes for them anyway, I have not yet bothered to complete that part of the patch.

Ticket imported from: #1956946. Ticket imported from: patches/967.

Attachments (1)

mixer-rev.patch (37.3 KB ) - added by fingolfin 16 years ago.

Download all attachments as: .zip

Change History (3)

by fingolfin, 16 years ago

Attachment: mixer-rev.patch added

comment:1 by fingolfin, 16 years ago

Owner: set to fingolfin
Status: newclosed

comment:2 by digitall, 5 years ago

Component: Audio
Note: See TracTickets for help on using tickets.