Skip to content

Commit

Permalink
Add AvgAbs to be implemented
Browse files Browse the repository at this point in the history
Complete description of functions which need to be implemented within this challenge.
  • Loading branch information
akwick authored Jul 10, 2018
1 parent c07a72c commit 768f11b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ In this challenge we will render images and gifs of waveforms from a wav file.
The following functionality has been removed and needs to be implmeneted:

- `AbsAvg` - A sampler function that samples a slice and returns the average values of the slice's absolute values
- `AvgAbs` - A sampler function that samples a slice and returns the average of all absolute values within the slide
- `Project` - function that normalizes the values in a slice of integers to a given maximum
- `DrawRectangle` - A function that draws a rectangle of given bounds inside an image.
- `RenderGopherFrame` A function that returns a paletted image for a gif
Expand Down

0 comments on commit 768f11b

Please sign in to comment.