view documents/week3.lyx @ 10:295314b16220 pygar svn.11

[svn r11] updates to status
author punk
date Fri, 23 Apr 2010 09:35:02 -0400
parents a66d70a89c85
children
line wrap: on
line source
1 #LyX 1.6.4 created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass article
6 \use_default_options true
7 \language english
8 \inputencoding auto
9 \font_roman default
10 \font_sans default
11 \font_typewriter default
12 \font_default_family default
13 \font_sc false
14 \font_osf false
15 \font_sf_scale 100
16 \font_tt_scale 100
18 \graphics default
19 \paperfontsize default
20 \use_hyperref false
21 \papersize default
22 \use_geometry false
23 \use_amsmath 1
24 \use_esint 1
25 \cite_engine basic
26 \use_bibtopic false
27 \paperorientation portrait
28 \secnumdepth 3
29 \tocdepth 3
30 \paragraph_separation indent
31 \defskip medskip
32 \quotes_language english
33 \papercolumns 1
34 \papersides 1
35 \paperpagestyle default
36 \tracking_changes false
37 \output_changes false
38 \author ""
39 \end_header
41 \begin_body
43 \begin_layout Title
44 Multi-Voice Audio Playback
45 \end_layout
47 \begin_layout Author
48 Laurel Pardue, Robert McIntyre
49 \end_layout
51 \begin_layout Subsection*
52 Progress
53 \end_layout
55 \begin_layout Standard
56 This week we worked on programming the main components of the multi-voice
57 playback system.
58 We have sucessfully incorporated our working processor into the AWB project
59 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 coded
62 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_layout
66 \begin_layout Subsection*
67 Blockers
68 \end_layout
70 \begin_layout Standard
71 We need to meet with Elliott to determine how to load programs into the
72 processors which we have just integrated into the processing stream.
73 We need them to be able to
74 \begin_inset Quotes eld
75 \end_inset
77 start
78 \begin_inset Quotes erd
79 \end_inset
81 with a program for processing samples already in memory.
82 \end_layout
84 \end_body
85 \end_document