react-native-simple-note-pitch-detector 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,6 +53,8 @@ class PitchAnalyzer {
53
53
  if (mostFrequentNote != null) {
54
54
  onChangeNote(mostFrequentNote)
55
55
  }
56
+
57
+ counter = 0
56
58
  }
57
59
 
58
60
  notesBuffer[counter] = noteAndDecibel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-simple-note-pitch-detector",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "a simple react native library to detect the pitch of the input recording",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",