SoC 2007 Project Audio Extensions

From VideoLAN Wiki
Revision as of 07:22, 3 May 2007 by Yoann (talk | contribs) (add SoC 2007)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This project is part of Google Summer of Code 2007.
Student: Biodun Osunkunle
Mentor: Derk-Jan Hartman

Introduction

The audio output of sound systems can be improved using signal processing techniques which control the frequency response, amplitude, and phase of the output signal. This project is in two stages. In the first stage, the output of VLC media player will be enhanced using similar concepts in other patented systems such as SRS(sound retrieval system), in order to provide a better listening experience.

The second stage involves creating an immersive audio experience, which is a desirable feature in any sound reproduction system. This is currently implemented in multichannel audio reproduction technologies such as Dolby Prologic 2. These multichannel technologies typically require multiple speakers in the equipment setup. The first project will emulate the listening experience obtained from multichannel systems using only a pair of speakers.


Approach

The desired immersive audio synthesis will be achieved using the head related transfer function (HRTF).


Steps

Task Description Status
Study VLC code structure and techniques In progress
Investigate existing algorithm libraries In progress
Implement audio enhancement algorithms Not Started
Implement immersive audio algorithms Not Started
Optimize algorithm performance Not Started