-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (16 loc) · 790 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Dependencies, credits, and thank you's
--- Python
Dependencies
- PyGame : https://www.pygame.org/news
We've used PyGame for every single project this semester
--- Haskell
Dependencies
- Data.WAVE : https://hackage.haskell.org/package/WAVE
Data.WAVE made reading audio data a breeze and I could not have done anything without it
--- Octave
Thank You : Octave made it incredibly easy to rapidly prototype different implementations and get both audio and visual feedback
John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2017).
GNU Octave version 4.4.1 manual: a high-level interactive language for numerical computations.
URL https://www.gnu.org/software/octave/doc/v4.4.1/
Please visit and support the developers at
https://www.gnu.org/software/octave/donate.html