mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
remove(seekbar): drop realtime_waveform style
Downloaded and fully decoded the entire audio file on every track change — too CPU/bandwidth intensive to keep. Removes SeekbarStyle variant, Rust command, waveform_decode function, all frontend canvas code, seekbarRealtime_waveform i18n keys across all 8 locales, and unused urlencoding dependency from Cargo.toml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3109,6 +3109,7 @@ pub fn audio_set_gapless(enabled: bool, state: State<'_, AudioEngine>) {
|
||||
// Linux: case 2 is disabled — ALSA/cpal often omit the active sink from
|
||||
// enumeration while streaming, which caused false resets to system default.
|
||||
|
||||
|
||||
pub fn start_device_watcher(engine: &AudioEngine, app: tauri::AppHandle) {
|
||||
let reopen_tx = engine.stream_reopen_tx.clone();
|
||||
let stream_handle = engine.stream_handle.clone();
|
||||
|
||||
Reference in New Issue
Block a user