Mercurial > pygar
view documents/week4.lyx @ 76:8bd0e4d37ad2 pygar svn.77 tip
[svn r77] I don't know why my last change didn't go through grumble grumble....
author | rlm |
---|---|
date | Wed, 12 May 2010 08:58:23 -0400 |
parents | 3871f3530551 |
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 \author ""40 \end_header42 \begin_body44 \begin_layout Title45 Multi-Voice Audio Playback46 \end_layout48 \begin_layout Author49 Laurel Pardue, Robert McIntyre50 \end_layout52 \begin_layout Subsection*53 Progress54 \end_layout56 \begin_layout Standard57 We've been working on getting a basic test of the system this last week.58 Everything works up to writing the output wav file to disk, which is a59 simple c++ issue we should have worked out in a day or so.60 Once this is complete, we'll have a complete audio processing chain that61 sends data through soft-cores that don't (yet) do anything but pass the62 data along, and we will hear music for the first time.63 \end_layout65 \end_body66 \end_document