neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

single_pair.json (485B)


      1 {
      2     "_notes": [
      3         "Dev note: Ensure that tests/test_bin/test_train/test_main.py's data is ",
      4         "representative of this!"
      5     ],
      6     "train": {
      7         "start_seconds": null,
      8         "stop_seconds": -9.0,
      9         "ny": 8192
     10     },
     11     "validation": {
     12         "start_seconds": -9.0,
     13         "stop_seconds": null,
     14         "ny": null
     15     },
     16     "common": {
     17         "x_path": "C:\\path\\to\\source.wav",
     18         "y_path": "C:\\path\\to\\target.wav",
     19         "delay": 0
     20     }
     21 }