@thi.ng/dsp-io-wav 2.1.203 → 2.1.205

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/README.md +17 -16
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
- <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/dsp-io-wav](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-dsp-io-wav.svg?533e9b06)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/dsp-io-wav](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-dsp-io-wav.svg?533e9b06)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/dsp-io-wav.svg)](https://www.npmjs.com/package/@thi.ng/dsp-io-wav)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/dsp-io-wav.svg)
@@ -8,11 +8,12 @@
8
8
 
9
9
  > [!NOTE]
10
10
  > This is one of 214 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
11
+ > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
14
- > 🚀 Please help me to work full-time on these projects by [sponsoring me on
15
- > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
14
+ > 🚀 Please help me to work full-time on these projects by [sponsoring
15
+ > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
16
+ > Thank you! ❤️
16
17
 
17
18
  - [About](#about)
18
19
  - [Status](#status)
@@ -25,13 +26,13 @@
25
26
 
26
27
  ## About
27
28
 
28
- WAV file format generation. This is a support package for [@thi.ng/dsp](https://github.com/thi-ng/umbrella/tree/develop/packages/dsp).
29
+ WAV file format generation. This is a support package for [@thi.ng/dsp](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/dsp).
29
30
 
30
31
  ## Status
31
32
 
32
33
  **STABLE** - used in production
33
34
 
34
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bdsp-io-wav%5D+in%3Atitle)
35
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bdsp-io-wav%5D)
35
36
 
36
37
  ## Installation
37
38
 
@@ -63,23 +64,23 @@ Package sizes (brotli'd, pre-treeshake): ESM: 488 bytes
63
64
 
64
65
  ## Dependencies
65
66
 
66
- - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
67
- - [@thi.ng/binary](https://github.com/thi-ng/umbrella/tree/develop/packages/binary)
68
- - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
69
- - [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)
70
- - [@thi.ng/transducers-binary](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers-binary)
67
+ - [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
68
+ - [@thi.ng/binary](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/binary)
69
+ - [@thi.ng/errors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/errors)
70
+ - [@thi.ng/transducers](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers)
71
+ - [@thi.ng/transducers-binary](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers-binary)
71
72
 
72
73
  Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
73
74
 
74
75
  ## Usage examples
75
76
 
76
77
  One project in this repo's
77
- [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
78
+ [/examples](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples)
78
79
  directory is using this package:
79
80
 
80
- | Screenshot | Description | Live demo | Source |
81
- |:--------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------|:---------------------------------------------------|:--------------------------------------------------------------------------------|
82
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/render-audio.png" width="240"/> | Generative audio synth offline renderer and WAV file export | [Demo](https://demo.thi.ng/umbrella/render-audio/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/render-audio) |
81
+ | Screenshot | Description | Live demo | Source |
82
+ |:--------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------|:---------------------------------------------------|:----------------------------------------------------------------------------------------|
83
+ | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/render-audio.png" width="240"/> | Generative audio synth offline renderer and WAV file export | [Demo](https://demo.thi.ng/umbrella/render-audio/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/render-audio) |
83
84
 
84
85
  ## API
85
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dsp-io-wav",
3
- "version": "2.1.203",
3
+ "version": "2.1.205",
4
4
  "description": "WAV file format generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/thi-ng/umbrella.git",
11
+ "url": "git+https://codeberg.org/thi.ng/umbrella.git",
12
12
  "directory": "packages/dsp-io-wav"
13
13
  },
14
14
  "homepage": "https://thi.ng/dsp-io-wav",
@@ -40,11 +40,11 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.17",
44
- "@thi.ng/binary": "^3.6.6",
45
- "@thi.ng/errors": "^2.6.6",
46
- "@thi.ng/transducers": "^9.6.30",
47
- "@thi.ng/transducers-binary": "^2.1.203"
43
+ "@thi.ng/api": "^8.12.18",
44
+ "@thi.ng/binary": "^3.6.7",
45
+ "@thi.ng/errors": "^2.6.7",
46
+ "@thi.ng/transducers": "^9.6.31",
47
+ "@thi.ng/transducers-binary": "^2.1.205"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.27.2",
@@ -93,5 +93,5 @@
93
93
  "parent": "@thi.ng/dsp",
94
94
  "year": 2020
95
95
  },
96
- "gitHead": "d46ec975b426bb2ceb137cab734395c97436d59b\n"
96
+ "gitHead": "929fb6590178a41cbb77cbb87e07c59c61381607\n"
97
97
  }