aimeat 1.2.4 → 1.2.5
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/dist/public/lib/samples/LICENSE.md +29 -0
- package/dist/public/lib/samples/bass/.gitkeep +0 -0
- package/dist/public/lib/samples/drums/.gitkeep +0 -0
- package/dist/public/lib/samples/flute/.gitkeep +0 -0
- package/dist/public/lib/samples/guitar/.gitkeep +0 -0
- package/dist/public/lib/samples/piano/A2.mp3 +0 -0
- package/dist/public/lib/samples/piano/A3.mp3 +0 -0
- package/dist/public/lib/samples/piano/A4.mp3 +0 -0
- package/dist/public/lib/samples/piano/C3.mp3 +0 -0
- package/dist/public/lib/samples/piano/C4.mp3 +0 -0
- package/dist/public/lib/samples/piano/C5.mp3 +0 -0
- package/dist/public/lib/samples/piano/C6.mp3 +0 -0
- package/dist/public/lib/samples/piano/C7.mp3 +0 -0
- package/dist/public/lib/samples/piano/Ds3.mp3 +0 -0
- package/dist/public/lib/samples/piano/Ds4.mp3 +0 -0
- package/dist/public/lib/samples/piano/Ds5.mp3 +0 -0
- package/dist/public/llms-template.txt +669 -34
- package/dist/public/spa.html +62 -34
- package/dist/src/routes/bootstrap.d.ts +9 -0
- package/dist/src/routes/bootstrap.d.ts.map +1 -1
- package/dist/src/routes/bootstrap.js +240 -0
- package/dist/src/routes/bootstrap.js.map +1 -1
- package/dist/src/routes/lib-audio.d.ts +15 -0
- package/dist/src/routes/lib-audio.d.ts.map +1 -0
- package/dist/src/routes/lib-audio.js +848 -0
- package/dist/src/routes/lib-audio.js.map +1 -0
- package/dist/src/routes/lib-speech.d.ts +13 -0
- package/dist/src/routes/lib-speech.d.ts.map +1 -0
- package/dist/src/routes/lib-speech.js +309 -0
- package/dist/src/routes/lib-speech.js.map +1 -0
- package/dist/src/routes/libs.d.ts.map +1 -1
- package/dist/src/routes/libs.js +27 -1
- package/dist/src/routes/libs.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Audio Sample Licenses
|
|
2
|
+
|
|
3
|
+
All samples in this directory are used under open licenses that permit
|
|
4
|
+
redistribution in MIT-licensed software.
|
|
5
|
+
|
|
6
|
+
## Piano (piano/)
|
|
7
|
+
|
|
8
|
+
**Salamander Grand Piano** by Alexander Holm
|
|
9
|
+
- License: Creative Commons Attribution 3.0 (CC BY 3.0)
|
|
10
|
+
- https://creativecommons.org/licenses/by/3.0/
|
|
11
|
+
- Source: https://freepats.zenvoid.org/Piano/acoustic-grand-piano.html
|
|
12
|
+
- CDN: https://tonejs.github.io/audio/salamander/
|
|
13
|
+
- Attribution: Piano samples by Alexander Holm, CC BY 3.0
|
|
14
|
+
|
|
15
|
+
## Drums (drums/)
|
|
16
|
+
|
|
17
|
+
To be populated. Built-in synthesis provides drum sounds without samples.
|
|
18
|
+
|
|
19
|
+
## Guitar (guitar/)
|
|
20
|
+
|
|
21
|
+
To be populated. Built-in Karplus-Strong synthesis provides guitar sounds without samples.
|
|
22
|
+
|
|
23
|
+
## Bass (bass/)
|
|
24
|
+
|
|
25
|
+
To be populated. Built-in subtractive synthesis provides bass sounds without samples.
|
|
26
|
+
|
|
27
|
+
## Flute (flute/)
|
|
28
|
+
|
|
29
|
+
To be populated. Built-in synthesis provides flute sounds without samples.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|