Difference between revisions of "OpenTasks/Audio/Acorn Tracker Support"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Move OpenTasks onto unique pages with an Infobox and Category so we can collect them all up onto the summary page.)
 
m (Move OpenTasks onto unique pages with an Infobox and Category so we can collect them all up onto the summary page.)
Line 1: Line 1:
{{Infobox_OpenTasks|
{{Infobox_OpenTasks|
taskname=Support for Acorn Audio Format: Desktop Tracker|
taskname=Support for Acorn Audio Format: Desktop Tracker|
gsocworkload=75%|
gsocworkload=50%|
techcontact=[[User:Sev|Eugene Sandulenko]], [[User:DrMcCoy|Sven Hesse]], [[User:Jubanka|Kostas Nakos]]|
techcontact=[[User:Sev|Eugene Sandulenko]], [[User:DrMcCoy|Sven Hesse]], [[User:Jubanka|Kostas Nakos]]|
subsystem=Engine|
subsystem=Audio|
}}
}}



Revision as of 11:02, 6 March 2011

Open Task
Task Name Support for Acorn Audio Format: Desktop Tracker
Technical Contact(s) Eugene Sandulenko, Sven Hesse, Kostas Nakos
Subsystem Audio

Background:

Since we're adding (and have added so far) support for different platform game versions, we need support for the sound files too. Currently we need support for the following format:

  • Desktop Tracker format used by the music in the Acorn disk version of Simon the Sorcerer 1. Information about the specifications of the Desktop Tracker format and sample mods are available.

The Task:

  • Extend our general MOD player to support the mentioned format.

Required Skills:

  • Good C++ skills.
  • Understanding of how audio is generated.
  • ARM assembler knowledge is a big plus.
  • Acorn knowledge is a plus.