Skip to content

Commit

Permalink
add pkgdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Jul 31, 2023
1 parent bd7b340 commit 3536794
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/gno.land/p/demo/audio/biquad/biquad.gno
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// biquad implements a standard digital biquad filter,
// see https://en.wikipedia.org/wiki/Digital_biquad_filter
// biquad implements a standard digital biquad filter which is a
// set of equations that can be used to filter signals. More information
// at https://en.wikipedia.org/wiki/Digital_biquad_filter
// Currently it is implemented with only a highpass and a lowpass
// filter but it is straightforward to add others if nessecary.
package biquad
Expand Down

0 comments on commit 3536794

Please sign in to comment.