More Sound Components

Components to

  1. Measure sound in decibels

  2. Return list of lists in format [[frequency m, magnitude m], [frequency n, magnitude n]], for two arguments minFreq (m) and maxFreq (n). The list will have values for all frequencies between the two arguments (including them). Every frequency is the value in Hertz, and every magnitude is the value in dB. This method should hopefully run fast enough to run with no lag.

  3. Produce sound with frequency and magnitude provided. The argument will be one single list type, that accepts the output of Component 2.

Gonna bump it, I guess.

Another bump :stuck_out_tongue: