Audio Wave - 52

Example Image

Goals

The purpose of this assignment is to learn to load an audio file and take averages of its samples to display its wave form on the color grid.

Description

Tasks

  1. Initialize a color grid.
  2. Initialize colors for the background and the wave.
  3. Get the audio file and its samples.
  4. Take averages of the samples.
  5. Plot the averages onto to the color grid.
  6. Fill the wave form.

Help

AudioClip Functions

ColorGrid Functions

C++

AudioClip Documentation

ColorGrid Documentation

Java

AudioClip Documentation

ColorGrid Documentation

Python

AudioClip Documentation

ColorGrid Documentation