@apocaliss92/scrypted-advanced-notifier 4.6.1 → 4.6.2

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 4.6.2
5
+ - Audio analysis pipeline moved on this plugin. Basic object detector won't be necessary anymore, YAMNET remains a dependency
6
+ - Support for audio volumes dropped, Frigate/BasicObjectDetector won't be source for audio volumes anymore. If you were relying on this just drop a message, can restore if required
7
+
4
8
  ### 4.6.1
5
9
  - Allow configuration of available modes on onobarded Alarm system
6
10
 
package/README.md CHANGED
@@ -120,6 +120,13 @@ These rules can be created for multiple cameras (on the plugin page) or per sing
120
120
  - MarkBoundaries will drawn a coloured rectangle around the detected object
121
121
  - Crop will crop the image around the detected object
122
122
 
123
+ #### Audio classification
124
+ Detection rules can also detect audio labels, i.e. crying, scream, speech etc. This will be possible adding in the detection calsses setting the "Audio" label. A new setting will appear to specify which labels to consider. The classifier to be used can be set in the Audio analysis section of the camera device:
125
+ - YAMNET ('YAMNet Audio Classification' plugin), this will be used by the plugin onboarded audio analyser
126
+ - DISABLED, no classifier will be run, external plugins will be able to still forward events, such as Frigate Bridge
127
+
128
+ Impact of the onboard classifier is relatively small and it can replace completely the smart audio sensor
129
+
123
130
  ### Occupancy (only on camera)
124
131
 
125
132
  These rules will monitor a specific area to mark it as occupied or not
@@ -157,7 +164,7 @@ Define a timeframe, the plugin will collect frames from the camera and generate
157
164
 
158
165
  ### Audio (only on camera)
159
166
 
160
- **Audio rules will activate only if a source of audio measurement is active. These are currently probided by Basic object detector (Audio detector mixin) and Frigate Bridge (Frigate audio detector).**
167
+ **Audio rules will activate only if a source of audio measurement is active. The plugin provides an onboarded audio analyser, which will activate when any audio rule is running.**
161
168
  Audio rules will monitor the audio received by the camera
162
169
 
163
170
  - Create a new rule adding a new text in the `Audio rules` selector and hit save. A new tab will appear
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/apocaliss92/scrypted-advanced-notifier"
7
7
  },
8
- "version": "4.6.1",
8
+ "version": "4.6.2",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",