@coeiro-operator/audio 1.0.0 → 2.0.0

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 (2) hide show
  1. package/package.json +3 -3
  2. package/README.md +0 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coeiro-operator/audio",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "description": "Audio synthesis and playback module for COEIRO Operator",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "format": "prettier --write \"src/**/*.{ts,js,json,md}\""
25
25
  },
26
26
  "dependencies": {
27
- "@coeiro-operator/common": "^1.0.0",
28
- "@coeiro-operator/core": "^1.0.0",
27
+ "@coeiro-operator/common": "^2.0.0",
28
+ "@coeiro-operator/core": "^2.0.0",
29
29
  "dsp.js": "^1.0.1",
30
30
  "echogarden": "^2.10.1",
31
31
  "node-fetch": "^3.3.2",
package/README.md DELETED
@@ -1,11 +0,0 @@
1
- # @coeiro-operator/audio
2
-
3
- COEIRO Operator音声合成・再生モジュール
4
-
5
- 内部パッケージです。直接のインストールは推奨されません。
6
-
7
- COEIROINK APIとの通信、音声ストリーミング、リサンプリング機能を提供します。
8
-
9
- ## ライセンス
10
-
11
- MIT