1 / 8

MPEG-4 Structured Audio

MPEG-4 Structured Audio. Mihir Anandpara EE 382C – Embedded Software Systems. Overview. Motivation MPEG-4 Structured Audio formats Decoder/Synthesizer Implementations Project Objectives. Motivation and Background. MPEG-4 standard Traditional audio coding techniques

camden
Download Presentation

MPEG-4 Structured Audio

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MPEG-4 Structured Audio Mihir Anandpara EE 382C – Embedded Software Systems

  2. Overview • Motivation • MPEG-4 Structured Audio formats • Decoder/Synthesizer Implementations • Project Objectives

  3. Motivation and Background • MPEG-4 standard • Traditional audio coding techniques • Information-theoretic coding • Perceptual coding • Structured coding

  4. Structured Audio in MPEG-4 • Synthesis through programs • Music-N languages, CSound • Structured Audio Orchestra Language (SAOL) • Wavetable synthesis • Score based synthesis

  5. Example instr tone () { // variable declaration asig x, y, init; if (init == 0) { init = 1; x = 0.5; } x = x - 0.196307*y; y = y + 0.196307*x; output(y); } 0.25 tone 4.0 4.50 end

  6. SA decoder/synthesis tools • saolc and sfront • SAINT and Virtual DSP

  7. Project Goals • Investigation of real-time implementation issues • Operating System/Thread execution engine to synchronize and provide concurrency

  8. Questions?

More Related