You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
due to a hardware failure we will no longer be providing pre-compiled macOS binaries for the foreseeable future. if you use macOS you will either need to install via homebrew or manually compile from source.
changes in 0.96.10:
fixed a race condition in WasapiOut that could lead to an app crash when playing music.
fixed rpath issues leading to startup crashes on macOS when installing via homebrew.
fixed musikdroid's versionCode so the OS actually updates the app if it's already installed. oops.
changes in 0.96.9:
none; this version was not released publicly and was used for testing and debugging build issues.
changes in 0.96.8:
updated FfmpegDecoder to perform resampling internally when WasapiOutput is in use; its internal resampler seems to be much higher quality than the one used by WASAPI by default.
fixed data directory resolution logic with respect to to XDG_CONFIG_HOME (@robertgzr)
ensure TrackSearchLayout refreshes during metadata indexing (@ravensiris)
fixed album duration calculation fencepost error (@PythonTryHard)