Researchers: | Brian K. Vogel |
---|---|
Advisor: | Edward A. Lee |
A short-term objective of the project is to explore the suitability of Java for real-time audio processing. A longer term objective is to evaluate the efficacy of abstracted models of computation such as synchronous dataflow and finite-state machines for such algorithms. Through careful profiling, limitations imposed by the software architecture can be identified and corrected. This will also help us evaluate the long-term potential of virtual-machine architectures for hard-real-time processing.
Finally, since the pitch-shifting algorithm is fairly complex and requires both control flow and data flow, it is a good candidate for exploring several models of computation, including some of the more experimental models such as heterochronous dataflow (HDF) [1]. HDF is more expressive than synchronous dataflow (SDF), yet HDF retains desirable properties such as decidability (bounded memory, deadlock) and static schedules. A potential drawback to HDF is that it may be difficult (nonintuitive) to use. The process of implementing the pitch shifting algorithm in HDF may provide insight as to the intuitiveness of constructing models using this model of computation, and may also influence design decisions such as when to construct static vs. dynamic schedules.
This work is in collaboration with Prof. David Wessel at the Center for New Music and Audio Technologies (CNMAT).
Last updated 11/05/99