@camera.ui/camera-ui-audio-yamnet 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/bundle.zip +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1 @@
1
- # @camera.ui/camera-ui-yamnet
1
+ # @camera.ui/camera-ui-audio-yamnet
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "YAMNet Audio Detection",
3
3
  "name": "@camera.ui/camera-ui-audio-yamnet",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "description": "Powerful audio detection using YAMNet. Identify and classify audio events in real-time with high accuracy.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/main.py",