Initial Commit

This commit is contained in:
2025-12-12 20:41:37 -06:00
commit 782d258660
11 changed files with 3464 additions and 0 deletions

12
cochlear_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"sample_rate": 24000,
"min_freq": 80.0,
"max_freq": 12000.0,
"num_nodes": 32,
"q_factor": 4.0,
"segment_size_seconds": 1.0,
"warmup_seconds": 0.25,
"normalize_output": true,
"node_distribution": "log",
"custom_frequencies": null
}