Skip to content

Commit

Permalink
Fix github actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Sep 13, 2024
1 parent fd57b93 commit a2ea01b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/antora/antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ site:
url: https://www.cycfi.com/
content:
sources:
- url: ../../
- url: https://github.com/cycfi/q.git
branches: [master, v*]
start_path: docs
ui:
Expand Down
4 changes: 2 additions & 2 deletions q_lib/include/q/fx/peak.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ namespace cycfi::q
// is accomplished by comparing the signal with the (slightly attenuated)
// envelope of the signal (env) using a schmitt_trigger.
//
// sensitivity: Envelope droop amount (attenuation) hysteresis:
// schmitt_trigger hysteresis amount
// sensitivity: Envelope droop amount (attenuation)
// hysteresis: schmitt_trigger hysteresis amount
//
// The result is a bool corresponding to the peaks. Tip: For measuring
// periods, look at the falling edges (i.e. the transitions from high to
Expand Down

0 comments on commit a2ea01b

Please sign in to comment.