Home
last modified time | relevance | path

Searched refs:latency_offset (Results 1 – 20 of 20) sorted by relevance

/dports/audio/drumgizmo/drumgizmo-0.9.19/src/
H A Dlatencyfilter.cc78 latency_offset *= pow(latency_regain, duration); in filter()
85 latency_offset += getLatencySamples(offset_ms, samplerate); in filter()
86 latency_offset = std::max(offset_min, std::min(offset_max, latency_offset)); in filter()
89 (int)latency, offset_ms, latency_offset); in filter()
93 event.offset += latency_offset; // current drift in filter()
95 auto latency_current_ms = getLatencyMs(latency_offset + latency_laid_back, samplerate); in filter()
H A Dlatencyfilter.h47 float latency_offset{0.0};
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dhumaniservisualiser.cc103 int x = latency_offset / mspx + width() / 2; in repaintEvent()
172 latency_offset = offset; in latencyOffsetChanged()
H A Dhumaniservisualiser.h80 float latency_offset; variable
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/bluez5/
H A Dbluez5-device.c99 int64_t latency_offset; member
286 SPA_PROP_latencyOffsetNsec, SPA_POD_Long(node->latency_offset), in emit_node_props()
1449 spa_pod_builder_long(b, node->latency_offset); in build_route()
1760 static int node_set_latency_offset(struct impl *this, struct node *node, int64_t latency_offset) in node_set_latency_offset() argument
1768 spa_log_info(this->log, "node %p latency offset %"PRIi64" nsec", node, latency_offset); in node_set_latency_offset()
1770 changed = (node->latency_offset != latency_offset); in node_set_latency_offset()
1771 node->latency_offset = latency_offset; in node_set_latency_offset()
1782 SPA_PROP_latencyOffsetNsec, SPA_POD_Long(latency_offset)); in node_set_latency_offset()
1800 int64_t latency_offset = 0; in apply_device_props() local
1830 if (spa_pod_get_long(&prop->value, &latency_offset) == 0) { in apply_device_props()
[all …]
H A Da2dp-sink.c67 int64_t latency_offset; member
178 props->latency_offset = 0; in reset_props()
247 SPA_PROP_latencyOffsetNsec, SPA_POD_Long(p->latency_offset)); in impl_node_enum_params()
364 delay += SPA_CLAMP(this->props.latency_offset, -delay, INT64_MAX / 2); in set_latency()
386 SPA_PROP_latencyOffsetNsec, SPA_POD_OPT_Long(&new_props.latency_offset)); in apply_props()
741 delay_nsec += SPA_CLAMP(this->props.latency_offset, -delay_nsec, INT64_MAX / 2); in a2dp_on_timeout()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Ddevice-port.h78 int64_t latency_offset; member
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Daudio.h220 unsigned int frames, unsigned int latency_offset);
H A Dmidi.cpp1309 unsigned int nts, unsigned int frames, unsigned int latency_offset) in collectEvents() argument
1327 const unsigned int pos_fr = _pos.frame() + latency_offset; in collectEvents()
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-protocol-pulse/
H A Dpulse-server.c263 int64_t latency_offset = 0LL; in get_node_latency_offset() local
271 SPA_PROP_latencyOffsetNsec, SPA_POD_Long(&latency_offset)) == 1) in get_node_latency_offset()
274 return latency_offset; in get_node_latency_offset()
283 int64_t latency_offset = 0LL; in send_latency_offset_subscribe_event() local
303 latency_offset = get_node_latency_offset(o); in send_latency_offset_subscribe_event()
304 changed = (!d->initialized || latency_offset != d->prev_latency_offset); in send_latency_offset_subscribe_event()
306 d->prev_latency_offset = latency_offset; in send_latency_offset_subscribe_event()
2598 if (latency_offset) in set_card_volume_mute_delay()
2600 SPA_PROP_latencyOffsetNsec, SPA_POD_Long(*latency_offset), 0); in set_card_volume_mute_delay()
3478 int64_t latency_offset = get_port_latency_offset(client, o, pi); in fill_card_info() local
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libpulse-sys-1.19.3/src/context/
H A Dintrospect.rs221 pub latency_offset: i64, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libpulse-binding-2.25.0/src/context/
H A Dintrospect.rs1574 pub latency_offset: i64,
1650 latency_offset: src.latency_offset,
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Droute.cc401 const sampleoffset_t latency_offset = _signal_latency + output_latency (); in process_output_buffers() local
404 start_sample -= latency_offset; in process_output_buffers()
405 end_sample -= latency_offset; in process_output_buffers()
407 start_sample += latency_offset; in process_output_buffers()
408 end_sample += latency_offset; in process_output_buffers()
/dports/www/firefox/firefox-99.0/third_party/rust/pulse-ffi/src/
H A Dffi_types.rs786 pub latency_offset: i64, field
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/pulse-ffi/src/
H A Dffi_types.rs735 pub latency_offset: i64, field
/dports/lang/spidermonkey60/firefox-60.9.0/media/libcubeb/cubeb-pulse-rs/pulse-ffi/src/
H A Dffi_types.rs735 pub latency_offset: i64, field
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/pulse-ffi/src/
H A Dffi_types.rs735 pub latency_offset: i64, field
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/pulse-ffi/src/
H A Dffi_types.rs735 pub latency_offset: i64, field
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libpulse-sys-0.0.0/src/
H A Dlibpulse.rs807 pub latency_offset: int64_t, field
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libpulse-sys-0.0.0/src/
H A Dlibpulse.rs807 pub latency_offset: int64_t, field