Difference between revisions of "SoC 2011/VLC OpenAL Integration"

From VideoLAN Wiki
Jump to navigation Jump to search
(Created page with "{{SoCProject|year=2011|student=Shaurav garg|mentor=thresh}} <br> == Abstract == This project will entail creating a few library functions which can be used t…")
 
 
(4 intermediate revisions by the same user not shown)
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. The exact signal processing concepts needed are discussed in detail in the proposal.  
+
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  ==
Line 18: Line 18:
 
! scope="col" | Description
 
! scope="col" | Description
 
|-
 
|-
| align="center" valign="bottom" | In Progress<br>  
+
| align="center" valign="bottom" | Done<br>  
 
| align="center" valign="bottom" | May 27<br>  
 
| align="center" valign="bottom" | May 27<br>  
 
| align="center" valign="bottom" | Finish setting up environment and repository<br>
 
| align="center" valign="bottom" | Finish setting up environment and repository<br>
 +
|-
 +
| align="center" valign="bottom" | In Progress<br>
 +
| align="center" valign="bottom" | June 13<br>
 +
| align="center" valign="bottom" | Stereo Widening<br>
 
|}
 
|}
  
Line 37: Line 41:
 
|-
 
|-
 
| align="center" valign="bottom" | &nbsp; To Be Done<br>  
 
| align="center" valign="bottom" | &nbsp; To Be Done<br>  
| align="center" valign="bottom" | &nbsp; May 27 - Jun 10<br>  
+
| align="center" valign="bottom" | &nbsp; May 27 - Jun 13<br>  
 
| align="center" valign="bottom" | &nbsp; week 1<br>  
 
| align="center" valign="bottom" | &nbsp; week 1<br>  
 
| align="center" valign="bottom" | Finish basic integration and stereo widening effect<br>
 
| align="center" valign="bottom" | Finish basic integration and stereo widening effect<br>
Line 58: Line 62:
  
 
<br>  
 
<br>  
== Contact Info(TBD) ==
+
== Contact Info  ==
 
Please do not hesitate to share your suggestions. shauravg at gmail dot com
 
Please do not hesitate to share your suggestions. shauravg at gmail dot com
 
<br>
 
<br>

Latest revision as of 04:37, 2 June 2011

This project is part of Google Summer of Code 2011.
Student: Shaurav garg
Mentor: thresh



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
Done
May 27
Finish setting up environment and repository
In Progress
June 13
Stereo Widening


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