-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflow-like.toml
More file actions
29 lines (26 loc) · 931 Bytes
/
flow-like.toml
File metadata and controls
29 lines (26 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
description = "Acoustic echo cancellation for mono WAV files using thewh1teagle/aec; requires a separately captured playback reference WAV"
id = "com.flow-like.acoustic-echo-cancellation"
keywords = [
"audio",
"aec",
"echo-cancellation",
"wav",
"speexdsp",
]
license = "MIT"
manifest_version = 1
name = "Acoustic Echo Cancellation"
repository = "https://github.com/thewh1teagle/aec"
version = "0.1.0"
[[authors]]
name = "thewh1teagle"
[[nodes]]
category = "Audio/Processing"
description = "Removes playback echo from a mono 16-bit WAV using a required echo-reference WAV captured from the clean playback/system-output signal"
id = "acoustic_echo_cancellation"
name = "Acoustic Echo Cancellation"
# Resource limits for the package sandbox (memory & timeout).
# Permissions are declared per-node in Rust code via `node.add_permission(NodePermission::*)`.
[permissions]
memory = "standard"
timeout = "standard"