Mercurial > pygar
view documents/week3.lyx @ 25:220c14f5963c pygar svn.26
[svn r26] Not fully connected but passes audio successfully
author | punk |
---|---|
date | Wed, 28 Apr 2010 12:01:37 -0400 |
parents | 295314b16220 |
children |
line wrap: on
line source
1 #LyX 1.6.4 created this file. For more info see http://www.lyx.org/2 \lyxformat 3453 \begin_document4 \begin_header5 \textclass article6 \use_default_options true7 \language english8 \inputencoding auto9 \font_roman default10 \font_sans default11 \font_typewriter default12 \font_default_family default13 \font_sc false14 \font_osf false15 \font_sf_scale 10016 \font_tt_scale 10018 \graphics default19 \paperfontsize default20 \use_hyperref false21 \papersize default22 \use_geometry false23 \use_amsmath 124 \use_esint 125 \cite_engine basic26 \use_bibtopic false27 \paperorientation portrait28 \secnumdepth 329 \tocdepth 330 \paragraph_separation indent31 \defskip medskip32 \quotes_language english33 \papercolumns 134 \papersides 135 \paperpagestyle default36 \tracking_changes false37 \output_changes false38 \author ""39 \end_header41 \begin_body43 \begin_layout Title44 Multi-Voice Audio Playback45 \end_layout47 \begin_layout Author48 Laurel Pardue, Robert McIntyre49 \end_layout51 \begin_layout Subsection*52 Progress53 \end_layout55 \begin_layout Standard56 This week we worked on programming the main components of the multi-voice57 playback system.58 We have sucessfully incorporated our working processor into the AWB project59 management system and built an AWB module separate from the MIT-6.375 package to host our work. Our processor compiles within the environment but is untested as the benchmarks aren't running. The interfaces and module construction match the existing codes though so it is unlikely the processor would fail.60 Full integration of the soft core into the audio pipeline should be achieved (still in the works but close).61 We have continued work on the mixer and the routing table and have coded62 pleminary versions of both. The routing table, which provides static definitions for how to construct the audio path at compile time sucessfully compiles. It also includes mixer scalars.64 \end_layout66 \begin_layout Subsection*67 Blockers68 \end_layout70 \begin_layout Standard71 We need to meet with Elliott to determine how to load programs into the72 processors which we have just integrated into the processing stream.73 We need them to be able to74 \begin_inset Quotes eld75 \end_inset77 start78 \begin_inset Quotes erd79 \end_inset81 with a program for processing samples already in memory.82 \end_layout84 \end_body85 \end_document