Skip to content

Commit 5a37c19

Browse files
committed
feat: add version log documentation detailing updates, including extensive NodeLink support and autoChecks refactor.
1 parent 506cbe6 commit 5a37c19

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/src/content/docs/extra/version-log.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,14 @@ Logs about the changed features.
5151
- `node.getYoutubeConfig(validate?)`: Gets the YouTube configuration.
5252
- `node.getConnectionMetrics()`: Get connection metrics. [Docs](https://nodelink.js.org/docs/api/rest#node-information)
5353
- `node.loadDirectStream(track, volume, position, filters)`: Stream raw PCM audio. [Docs](https://nodelink.js.org/docs/api/nodelink-features#loadstream)
54-
54+
- Specific Filters:
55+
- `node.specificFilters.echo(player, options, disableFilter?)`: Creates delay-based echo with feedback control.
56+
- `node.specificFilters.chorus(player, options, disableFilter?)`: Simulates multiple voices playing together with modulated delays.
57+
- `node.specificFilters.compressor(player, options, disableFilter?)`: Dynamic range compression for balanced audio levels.
58+
- `node.specificFilters.highPass(player, options, disableFilter?)`: Filters out low frequencies, letting high frequencies pass through.
59+
- `node.specificFilters.phaser(player, options, disableFilter?)`: Sweeps all-pass filters across the frequency spectrum for a swooshing effect.
60+
- `node.specificFilters.spatial(player, options, disableFilter?)`: Creates spatial audio using cross-channel delays and modulation.
61+
- `node.specificFilters.resetNodeLinkFilters(player)`: Resets all NodeLink filters.
5562
- Now sanetizing the User-Name header field (manager.init.username) to prevent the "Invalid User-Agent" error.
5663

5764
- Added info on how to use nodeLink and listen to all events.

0 commit comments

Comments
 (0)