| 123456789101112131415161718192021222324252627282930313233 |
- format_version = "1.0"
- rtc_bindings = {
- { source = "/environment/system_sample_rate", dest = "/global_rtc/init_instance" },
- { source = "/environment/instance_id", dest = "/global_rtc/init_instance" },
- }
- global_rtc = {
- init_instance = function(source_property_path, instance_id)
- end,
- }
- sample_rate_setup = {
- native = {
- 22050,
- 44100,
- 48000,
- 88200,
- 96000,
- 192000
- },
- }
- rt_input_setup = {
- notify = {
- "/note_states/*",
- "/custom_properties/*",
- },
- }
|