Difference between revisions of "SoC 2011/VLC OpenAL Integration"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Abstract == | == Abstract == | ||
− | This project will entail creating a few library functions which can be used to create several 3D Audio effects including surround sound, sound localization etc. The project will make use of simple signal processing techniques along with a free open source library called OpenAL | + | This project will entail creating a few library functions which can be used to create several 3D Audio effects including stereo widening, surround sound, sound localization etc. The project will make use of simple signal processing techniques along with a free open source library called OpenAL. |
== Milestones == | == Milestones == |
Revision as of 02:32, 26 May 2011
This project is part of Google Summer of Code 2011.
|
Abstract
This project will entail creating a few library functions which can be used to create several 3D Audio effects including stereo widening, surround sound, sound localization etc. The project will make use of simple signal processing techniques along with a free open source library called OpenAL.
Milestones
This section will be updated after every milestone
Status | Deadline | Description |
---|---|---|
In Progress |
May 27 |
Finish setting up environment and repository |
Timeline
The schedule is preliminary
Status | Date | Period | Description |
To Be Done |
May 27 - Jun 13 |
week 1 |
Finish basic integration and stereo widening effect |
Repository(TBD)
repository_url/repository_name
To test/use code
$ git clone repository_url/repository_name $ cd vlc $ git checkout repository_name $ ./configure --enable-openal $ make
Contact Info
Please do not hesitate to share your suggestions. shauravg at gmail dot com