Skip to content

Commit

Permalink
fix bad bullet point
Browse files Browse the repository at this point in the history
  • Loading branch information
absoluteAquarian committed Dec 10, 2024
1 parent 52f6743 commit 289cc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
- Sets the graph to render the data with a decay-over-time effect, where the values decrease by the provided factor every frame
- `IEnuemrable<FFTGraphPoint> QueryRMSGraph()`
- Returns an enumeration of FFT graph points representing the Root Mean Square (RMS) values of the audio data, i.e. the raw FFT results from the query
= `IEnumerable<FFTGraphPoint> QueryDBGraph()`
- `IEnumerable<FFTGraphPoint> QueryDBGraph()`
- Returns an enumeration of FFT graph points representing the Decibel (dB) values of the audio data
- `struct FFTGraphPoint`
- Represents a point on an FFT graph
Expand Down

0 comments on commit 289cc2f

Please sign in to comment.