|
|
Line 1: |
Line 1: |
− | [[Image:GSoC2009.png|center|Summer of Code 2009 logo]] | + | <center>[http://socghop.appspot.com/ http://audacityteam.org/wiki/images/6/68/GSoC2009.png]</center> |
| | | |
| + | {{Hint| |
| + | *Abstracts for these projects can be found on separate pages: |
| + | ** [http://socghop.appspot.com/student_project/show/google/gsoc2009/audacity/t124021801242 Bugfixing, help-generation script, auto-volume determination] |
| + | ** [http://socghop.appspot.com/student_project/show/google/gsoc2009/audacity/t124021801041 Bugfixing, scripting and find-notes improvements] |
| + | *Information about the semimonthly test Alpha builds can be found [[GSoC Alphas|here]].}} |
| | | |
− | * Abstracts for these projects can be found on separate pages:
| |
− | ** http://socghop.appspot.com/student_project/show/google/gsoc2009/audacity/t124021801041
| |
− | ** http://socghop.appspot.com/student_project/show/google/gsoc2009/audacity/t124021801242
| |
| | | |
− | * Information about the semimonthly test alphas can be found [[GSoC Alphas|here]].
| + | ==[[Bugfix Automatic Volume Wiki|André Pinto]]== |
− | | |
− | <br clear="all" />
| |
− | | |
− | | |
− | ==[[Bugfix Automatic Volume Wiki|Andre Pinto]]== | |
| ===Bugfixing, help-generation script, auto-volume determination=== | | ===Bugfixing, help-generation script, auto-volume determination=== |
| | | |
Line 45: |
Line 42: |
| <br clear="all" /> | | <br clear="all" /> |
| | | |
− |
| |
− |
| |
− | <!--
| |
− | * Information about the semimonthly test alphas can be found [[GSoC Alphas|here]].
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | ==[[User:Larsl|Lars Luthman]]==
| |
− | ===Support for the LV2 plugin architecture===
| |
− |
| |
− | LV2 is a more advanced evolution of the {{external|[http://www.ladspa.org/ LADSPA]}} plug-in architecture and is of strategic importance to Audacity. As well as allowing plug-ins to be categorised, supporting LV2 in the way I propose will make several LV2 synths available as powerful new tone generators.
| |
− | [[Image:Sineshaper_in_audacity_crop.png|thumb|The LV2 synth Sineshaper loaded in Audacity with a generated note in the background]]
| |
− |
| |
− | * '''Mentored by:''' Chris Cannam
| |
− | * '''Idea:''' Own idea
| |
− | * '''Short Project Name:''' lv2
| |
− | * '''Mid Term Spin Off:''' Hierarchical plug-in Menus. Partial support for LRDF. ''Mentor/Student Mid-Term feedback done and OK. However, almost complete lack of communication in the second half, and although nearly all goals were met, project could not be passed at the end.''.
| |
− | ** '''Project Background Page:''' [[LV2 Categories]]
| |
− | ** '''Project Progress Page:''' [[LV2 Support]]
| |
− | <br clear="all" />
| |
− |
| |
− | ==Руслан Ижбулатов (LRN)==
| |
− | ===Importing (exporting?) files into Audacity via FFmpeg===
| |
− |
| |
− | FFmpeg is ''the'' standard open source library for audio file conversions. It can be used to greatly expand the range of proprietary formats handled by Audacity.
| |
− | [[Image:Ffmpegexportlist.png|thumb|Dropdown menu showing list of exportable formats ''click to enlarge'']]
| |
− |
| |
− | * '''Mentored by:''' [[User:Richardash1981|Richard Anthony Ash]]
| |
− | * '''Idea:''' Adapted from list idea
| |
− | * '''Short Project Name:''' ffmpeg
| |
− | * '''Mid Term Spin Off:''' Import working. Import Metadata working. ''Mentor/Student Mid-Term feedback done and OK. Mentor/Student final feedback done and OK. Project passed successfully.''.
| |
− | ** '''Project Background Page:''' [[FFmpeg]]
| |
− | ** '''Project Progress Page:''' [[FFmpeg integration]]
| |
− | <br clear="all" />
| |
− |
| |
− | ==[[User:Hildensia|Johannes Kulick]]==
| |
− | ===New GUI Classes: wxDragGridSizer and wxDragFlexGridSizer===
| |
− |
| |
− | These GridSizers are an enabling step for a much cleaner design for the largest class in Audacity, the TrackPanel. The monolithic nature of the existing class has acted as a log-jam to GUI development since at least 2003. In addition work on wxAUI should facilitate an easier update to improved (modern) toolbars.
| |
− | [[Image:WxTableCtrl-puzzle.png|thumb|Draggable cells test/demo application (15's puzzle page)]]
| |
− |
| |
− | * '''Mentored by:''' [[User:James|James Crook]]
| |
− | * '''Idea:''' Adapted from off-list idea
| |
− | * '''Short Project Name:''' gridsizer
| |
− | * '''Mid Term Spin Off:''' AUI Test program and Report done. Grid test App written. ''Mentor/Student Mid-Term feedback done and OK. Mentor/Student final feedback done and OK. Project passed successfully.''
| |
− | ** '''Project Background Page:'''
| |
− | ** '''Project Progress Page:''' [[GridSizer Project]]
| |
− | ** '''Additional Project Report:''' [[Transitioning To wxAUI]]
| |
− | <br clear="all" />
| |
− |
| |
− | ==[[User:Mchinen|Michael Chinen]]==
| |
− | ===On Demand/Level of Detail File Loading===
| |
− |
| |
− | Will provide near-instant loading of PCM uncompressed files: the waveform image is built while you play or edit, viewable anywhere on demand. An embedded progress bar gives user feedback, plus block-boundary information in debug builds. This facilitates a future move from batch mode to real-time processing which (as necessary for Audacity) can yet degrade gracefully to batch on low-powered machines.
| |
− | [[Image:ODTopLevel.png|thumb|Partial ODPCMAliasBlockFile and Regular BlockFile Waveform, top level]]
| |
− |
| |
− | * '''Mentored by:''' [[User:donfede|Federico Grau]], then [[User:Martyn|Martyn Shaw]] after mid-term.
| |
− | * '''Idea:''' Combination of own idea and adaptation of list idea
| |
− | * '''Short Project Name:''' quickload
| |
− | * '''Mid Term Spin Off:''' By-Track-Progress-Bar complete. "Poor Man's on-demand Loading" complete. ''Mentor/Student Mid-Term feedback done and OK. Mentor/Student final feedback done and OK. Project passed successfully.''
| |
− | ** '''Project Background Page:''' [[Quickload]]
| |
− | ** '''Project Progress Page:''' [[QuickLoad Progress]]
| |
− | <br clear="all" />
| |
− |
| |
− | ==[[User:Doytch|Mark Deutsch]]==
| |
− | === Sticky Labels & Multiple Selection of Labels===
| |
− | The limitation that labels do not stick to the audio track and move and edit with them is the most consistent criticism of Audacity Label Tracks. This project will fix this. In addition the provision of multiple label selection (with ability to apply an effect to all selected labels) will enable a smoother workflow when working with labels.
| |
− | [[Image:StickyLinked.png|thumb|New button showing a chain link to enable/disable linking of labels]]
| |
− |
| |
− | * '''Mentored by:''' [[User:Leland|Leland Lucius]]
| |
− | * '''Idea:''' Adapted from list idea
| |
− | * '''Short Project Name:''' labels
| |
− | * '''Mid Term Spin Off:''' Sticky Labels, basic functionality working. Support for some label-size-changes too. ''Mentor/Student Mid-Term feedback done and OK. Mentor/Student final feedback done and OK. Project passed successfully.''
| |
− | ** '''Project Background Page:''' [[Label Track]]
| |
− | ** '''Project Progress Page:''' [[Label Track Enhancements]]
| |
− | <br clear="all" />
| |
− |
| |
− | ----
| |
− | -->
| |
− |
| |
− | ==Other Information about Projects==
| |
− | * '''Overall Audacity Project Admin''' [[User:Vaughan|Vaughan Johnson]]
| |
| | | |
| | | |
| [[Category:GSoC]] | | [[Category:GSoC]] |
This project is primarily a ‘BugFix Superstar’ application where I commit myself to help Audacity team to fulfill its main objective, reach a stable state for 1.4 release. Being myself an Audacity user as a DJ and producer I propose to create a new simple and useful feature for automatic volume detection during a record session. I will also work on User Interface improvements. To meet community needs I've included on my GSoC project the creation of a solution for problems in generation of the zipped manual.
Audacity is currently focused on the next stable release, so bug-fixing and tools to aid release are priorities. I intend to:
These enhancements should help the project move faster towards the next release and beyond.