(plugin: Plugin, samples: SamplesB64 | SamplesCloud)
| 32 | |
| 33 | |
| 34 | def get_custom_params(plugin: Plugin, samples: SamplesB64 | SamplesCloud): |
| 35 | custom_params = plugin.custom_params |
| 36 | custom_params["sample_rate"] = samples.sample_rate |
| 37 | custom_params["center_freq"] = samples.center_freq |
| 38 | return custom_params |
| 39 | |
| 40 | |
| 41 | def get_from_samples_b64(samples_b64: SamplesB64): |