Skip to content

Commit

Permalink
Update browser-sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Titcomb committed Apr 29, 2018
1 parent a360871 commit 8d4e80a
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 538 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const GOERTZEL_ATTRIBUTES = ['firstPrevious', 'secondPrevious', 'totalPower', 'f
* @param {object} options
* @param {array} options.frequencies - The frequencies to be processed.
* @param {number=44100} options.sampleRate - The sample rate of the samples to be processed. Defaults to 44100.
* @param {boolean=false} options.getPhase - Calculates the current phase of each frequency. Disabled by default.
* @param {boolean=false} options.getPhase - Calculates the current phase angle of each frequency. Disabled by default.
*/
class Goertzel {

Expand Down
Loading

0 comments on commit 8d4e80a

Please sign in to comment.