1 / 11
Télécharger la présentation
Advanced Audio Subsystem Design by Karim Morsy's Team
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Object Design: Audio Subsystem Karim Morsy Audio Team
Overview • Implementation language and Documentation • Object Model • Reuse of algorithms and adaption of existing open source technologies • Trade-Offs
Implementation language and Documentation • C, C++, Objective C • Doxygen
VSOExtendedOpenAL • Conventions for writing extensions to OAL • Parameterized C functions • void alListenerf( ALenum param, ALfloat value )
Parameter Extensions • VSO_TIMEPITCH • VSO_PITCHSHIFT • VSO_REVERB • Reverb Presets: SMALL_ROOM,LARGE_ROOM, CATHEDRAL,LARGE_HALL, etc..
Trade-Offs • Constraint: No way to find the current time stamp • We have running subsystem with a variety of extra features • Highly efficient and robust
More Related