Difference between revisions of "SoC 2009/Audio Filter Improvement"
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | { | + | {{SoCProject|year=2009|student=Xiang Wang|mentor=[[User:Dionoea|Antoine Cellerier]]}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
+ | |||
+ | == Abstract == | ||
+ | Lua script language has been used successfully to Videolan. First I'll try to create scriptable new audio filters in lua and enable users to create whatever audio filtering function they want in a Lua script. The second task is to implement new algorithm for 3D effects of Videolan filters. | ||
== Timeline == | == Timeline == | ||
Line 21: | Line 13: | ||
''' May 23''' Program Starts | ''' May 23''' Program Starts | ||
− | ''' May 23 - June 25''' | + | ''' May 23 - June 25''' the fixing of other filters except 3D effect filter, such as channel mixing; try to be very familiar to the filters functions |
'' | '' | ||
− | ''' June 5 ''' Attend google developer day | + | ''' June 5 ''' Attend google developer day Beijing |
''' June 6 ''' Final Exam'' | ''' June 6 ''' Final Exam'' | ||
Line 30: | Line 22: | ||
''' June 25 - July 13 ''' 3D effects Of Audio Filters | ''' June 25 - July 13 ''' 3D effects Of Audio Filters | ||
− | ''' July 13 - August 17''' the | + | ''' July 13 - August 17''' Lua script, because the part needs the good understanding of all the audio filter functions |
'''August 17''' Program end | '''August 17''' Program end | ||
+ | |||
+ | == Git == | ||
+ | |||
+ | $ git clone http://repo.or.cz/r/vlc/wangxiang.git/ |
Latest revision as of 13:54, 20 May 2009
This project is part of Google Summer of Code 2009.
|
Abstract
Lua script language has been used successfully to Videolan. First I'll try to create scriptable new audio filters in lua and enable users to create whatever audio filtering function they want in a Lua script. The second task is to implement new algorithm for 3D effects of Videolan filters.
Timeline
This is an estimation.
May Lab projects and Preparation for Videolan Gosc 2009
May 23 Program Starts
May 23 - June 25 the fixing of other filters except 3D effect filter, such as channel mixing; try to be very familiar to the filters functions
June 5 Attend google developer day Beijing
June 6 Final Exam
June 25 - July 13 3D effects Of Audio Filters
July 13 - August 17 Lua script, because the part needs the good understanding of all the audio filter functions
August 17 Program end
Git
$ git clone http://repo.or.cz/r/vlc/wangxiang.git/