Skip to content

bug: test the WASAPI fix on 1.6.2-beta.1 - not fix ... #355

Description

@jo-el414

WaveFlow version

1.6.2-beta.1

Operating system

Windows 11

How did you install WaveFlow?

GitHub Releases (NSIS .exe)

What happened?

Hi , i test the latest beta (1.6.2) for now only for WASAPI fix .. it did not seams to work..
the lyrics stop , have error massage in setting , and in log ...
the button of the wasapi in setting was stock like image ...
only after close waveflow and reopen the button get off and all back to normal (without wasapi be on).
see images and log file :

Image Image Image Image

log file :
2026-07-05T18:23:25.880432Z INFO waveflow_lib::audio::output: cpal output stream opened sample_rate=48000 channels=2 sample_format=F32
2026-07-05T18:23:25.931680Z INFO waveflow_lib::media_controls: artwork server bound on 127.0.0.1 port=63991
2026-07-05T18:24:11.270856Z INFO waveflow_lib::audio::output: cpal output stream opened sample_rate=48000 channels=2 sample_format=F32
2026-07-05T18:24:11.295407Z INFO waveflow_lib::media_controls: artwork server bound on 127.0.0.1 port=54818
2026-07-05T18:24:18.389768Z INFO symphonia_bundle_mp3::demuxer: using xing header for duration
2026-07-05T18:24:18.390074Z INFO waveflow_lib::audio::decoder: decoding start dst_sample_rate=48000 dst_channels=2 track_id=302 is_live=false
2026-07-05T18:24:34.954507Z WARN waveflow_lib::audio::output: cpal stream error err=DeviceNotAvailable
2026-07-05T18:24:34.974841Z INFO waveflow_lib::audio::wasapi_exclusive: wasapi exclusive negotiation succeeded sample_rate=48000 channels=2 format="S16_LE"
2026-07-05T18:24:34.974874Z INFO waveflow_lib::audio::wasapi_exclusive: wasapi exclusive stream opened sample_rate=48000 channels=2 buffer_frames=480
2026-07-05T18:24:34.974905Z INFO waveflow_lib::audio::output: audio output: WASAPI Exclusive Mode engaged
2026-07-05T18:24:34.976725Z INFO waveflow_lib::audio::decoder: play_track interrupted finished_track_id=302 listened_ms=16540 will_credit=true
2026-07-05T18:24:34.976796Z INFO waveflow_lib::audio::decoder: decoder picked up new ring producer
2026-07-05T18:24:34.976796Z INFO waveflow_lib::audio::analytics: insert play_event track_id=302 listened_ms=16540 completed=false source_type="manual"
2026-07-05T18:24:34.977403Z INFO symphonia_bundle_mp3::demuxer: using xing header for duration
2026-07-05T18:24:34.977517Z INFO waveflow_lib::audio::decoder: decoding start dst_sample_rate=48000 dst_channels=2 track_id=302 is_live=false
2026-07-05T18:24:34.977685Z WARN symphonia_bundle_mp3::layer3: mpa: invalid main_data_begin, underflow by 184 bytes
2026-07-05T18:24:35.256743Z INFO waveflow_lib::audio::engine: rebuilding cpal output after DeviceNotAvailable device="" exclusive=true
2026-07-05T18:24:35.257444Z INFO waveflow_lib::audio::decoder: play_track interrupted finished_track_id=302 listened_ms=0 will_credit=false
2026-07-05T18:24:35.296373Z INFO waveflow_lib::audio::wasapi_exclusive: wasapi exclusive negotiation succeeded sample_rate=48000 channels=2 format="S16_LE"
2026-07-05T18:24:35.296406Z INFO waveflow_lib::audio::wasapi_exclusive: wasapi exclusive stream opened sample_rate=48000 channels=2 buffer_frames=480
2026-07-05T18:24:35.296428Z INFO waveflow_lib::audio::output: audio output: WASAPI Exclusive Mode engaged
2026-07-05T18:24:35.296505Z INFO waveflow_lib::audio::decoder: decoder picked up new ring producer
2026-07-05T18:24:35.297157Z INFO symphonia_bundle_mp3::demuxer: using xing header for duration
2026-07-05T18:24:35.297297Z INFO waveflow_lib::audio::decoder: decoding start dst_sample_rate=48000 dst_channels=2 track_id=302 is_live=false
2026-07-05T18:24:35.297438Z WARN symphonia_bundle_mp3::layer3: mpa: invalid main_data_begin, underflow by 184 bytes
2026-07-05T18:25:27.892470Z INFO waveflow_lib::audio::wasapi_exclusive: wasapi exclusive negotiation succeeded sample_rate=48000 channels=2 format="S16_LE"
2026-07-05T18:25:27.892527Z INFO waveflow_lib::audio::wasapi_exclusive: wasapi exclusive stream opened sample_rate=48000 channels=2 buffer_frames=480
2026-07-05T18:25:27.892556Z INFO waveflow_lib::audio::output: audio output: WASAPI Exclusive Mode engaged
2026-07-05T18:25:27.895216Z INFO waveflow_lib::media_controls: artwork server bound on 127.0.0.1 port=54448
2026-07-05T18:25:32.582364Z INFO symphonia_bundle_mp3::demuxer: using xing header for duration
2026-07-05T18:25:32.582500Z INFO waveflow_lib::audio::decoder: decoding start dst_sample_rate=48000 dst_channels=2 track_id=302 is_live=false
2026-07-05T18:28:01.312338Z INFO waveflow_lib::audio::output: cpal output stream opened sample_rate=48000 channels=2 sample_format=F32
2026-07-05T18:31:44.278680Z INFO waveflow_lib::audio::output: cpal output stream opened sample_rate=48000 channels=2 sample_format=F32
2026-07-05T18:31:44.294708Z INFO waveflow_lib::media_controls: artwork server bound on 127.0.0.1 port=50988
2026-07-05T18:32:49.320886Z INFO waveflow_lib::commands::player: player_play_tracks source_type=library source_id=None shuffled=false queue_len=1 start_index=0 current_track_id=1 current_title=What's Up
2026-07-05T18:32:49.349290Z INFO symphonia_bundle_mp3::demuxer: using xing header for duration
2026-07-05T18:32:49.349373Z INFO waveflow_lib::audio::decoder: decoding start dst_sample_rate=48000 dst_channels=2 track_id=1 is_live=false
2026-07-05T18:32:57.592862Z WARN symphonia_bundle_mp3::layer3: mpa: invalid main_data_begin, underflow by 472 bytes

Steps to reproduce

.

Relevant logs / errors

Anything else?

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions