@thi.ng/dsp 4.2.12 → 4.2.14

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/CHANGELOG.md +1 -1
  2. package/README.md +14 -13
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-01T14:53:59Z
3
+ - **Last updated**: 2022-09-27T16:23:13Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![dsp](https://media.thi.ng/umbrella/banners/thing-dsp.svg?f15829e4)
3
+ # ![dsp](https://media.thi.ng/umbrella/banners-20220914/thing-dsp.svg?5e8e326e)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/dsp.svg)](https://www.npmjs.com/package/@thi.ng/dsp)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/dsp.svg)
@@ -10,9 +10,9 @@ This project is part of the
10
10
  [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
11
11
 
12
12
  - [About](#about)
13
- - [Status](#status)
14
- - [Support packages](#support-packages)
15
- - [Related packages](#related-packages)
13
+ - [Status](#status)
14
+ - [Support packages](#support-packages)
15
+ - [Related packages](#related-packages)
16
16
  - [Installation](#installation)
17
17
  - [Dependencies](#dependencies)
18
18
  - [Usage examples](#usage-examples)
@@ -42,7 +42,7 @@ Partially ported from other thi.ng projects (e.g.
42
42
  [thi.ng/vexed-generation](http://thi.ng/vexed-generation),
43
43
  [toxiclibs](http://toxiclibs.org)).
44
44
 
45
- ### Status
45
+ ## Status
46
46
 
47
47
  **STABLE** - used in production
48
48
 
@@ -55,11 +55,11 @@ likely to undergo further (hopefully not too drastic) changes in the
55
55
  near future. Also, pending outcomes of ongoing experiments, some aspects
56
56
  might be ported to WASM.
57
57
 
58
- ### Support packages
58
+ ## Support packages
59
59
 
60
60
  - [@thi.ng/dsp-io-wav](https://github.com/thi-ng/umbrella/tree/develop/packages/dsp-io-wav) - WAV file format generation
61
61
 
62
- ### Related packages
62
+ ## Related packages
63
63
 
64
64
  - [@thi.ng/math](https://github.com/thi-ng/umbrella/tree/develop/packages/math) - Assorted common math functions & utilities
65
65
 
@@ -105,12 +105,13 @@ directory are using this package.
105
105
 
106
106
  A selection:
107
107
 
108
- | Screenshot | Description | Live demo | Source |
109
- |:---------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------|:----------------------------------------------------|:---------------------------------------------------------------------------------|
110
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fft-synth.png" width="240"/> | Interactive inverse FFT toy synth | [Demo](https://demo.thi.ng/umbrella/fft-synth/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fft-synth) |
111
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/poly-spline.png" width="240"/> | Polygon to cubic curve conversion & visualization | [Demo](https://demo.thi.ng/umbrella/poly-spline/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/poly-spline) |
112
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-cubemap.jpg" width="240"/> | WebGL cube maps with async texture loading | [Demo](https://demo.thi.ng/umbrella/webgl-cubemap/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-cubemap) |
113
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-ssao.jpg" width="240"/> | WebGL screenspace ambient occlusion | [Demo](https://demo.thi.ng/umbrella/webgl-ssao/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-ssao) |
108
+ | Screenshot | Description | Live demo | Source |
109
+ |:-----------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------|:------------------------------------------------------|:-----------------------------------------------------------------------------------|
110
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fft-synth.png" width="240"/> | Interactive inverse FFT toy synth | [Demo](https://demo.thi.ng/umbrella/fft-synth/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fft-synth) |
111
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/poly-spline.png" width="240"/> | Polygon to cubic curve conversion & visualization | [Demo](https://demo.thi.ng/umbrella/poly-spline/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/poly-spline) |
112
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rasterize-blend.jpg" width="240"/> | Steering behavior drawing with alpha-blended shapes | [Demo](https://demo.thi.ng/umbrella/rasterize-blend/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rasterize-blend) |
113
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-cubemap.jpg" width="240"/> | WebGL cube maps with async texture loading | [Demo](https://demo.thi.ng/umbrella/webgl-cubemap/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-cubemap) |
114
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-ssao.jpg" width="240"/> | WebGL screenspace ambient occlusion | [Demo](https://demo.thi.ng/umbrella/webgl-ssao/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-ssao) |
114
115
 
115
116
  ## API
116
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dsp",
3
- "version": "4.2.12",
3
+ "version": "4.2.14",
4
4
  "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,20 +34,20 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.1",
38
- "@thi.ng/checks": "^3.2.4",
39
- "@thi.ng/errors": "^2.1.10",
40
- "@thi.ng/math": "^5.3.7",
41
- "@thi.ng/random": "^3.3.7",
42
- "@thi.ng/transducers": "^8.3.13"
37
+ "@thi.ng/api": "^8.4.2",
38
+ "@thi.ng/checks": "^3.2.5",
39
+ "@thi.ng/errors": "^2.2.0",
40
+ "@thi.ng/math": "^5.3.9",
41
+ "@thi.ng/random": "^3.3.8",
42
+ "@thi.ng/transducers": "^8.3.15"
43
43
  },
44
44
  "devDependencies": {
45
- "@microsoft/api-extractor": "^7.25.0",
46
- "@thi.ng/testament": "^0.2.12",
45
+ "@microsoft/api-extractor": "^7.31.1",
46
+ "@thi.ng/testament": "^0.3.0",
47
47
  "rimraf": "^3.0.2",
48
48
  "tools": "^0.0.1",
49
49
  "typedoc": "^0.22.17",
50
- "typescript": "^4.7.4"
50
+ "typescript": "^4.8.3"
51
51
  },
52
52
  "keywords": [
53
53
  "allpass",
@@ -272,5 +272,5 @@
272
272
  ],
273
273
  "year": 2015
274
274
  },
275
- "gitHead": "be8423e2019e95c14a096260a93b9762dde0c768\n"
275
+ "gitHead": "f4c59114f2d2dfafa9014626038a9ec5242b0606\n"
276
276
  }