Skip to content

Releases: mkckr0/audio-share

v0.3.2

05 Jan 03:28
Compare
Choose a tag to compare

Android App

  • Fix no sound on Android 6.0 #117
  • Add per-app language settings (Android 13+)
  • Add Chinese translation
  • Speed up switching animation of navigation bar

Server MFC

  • Fix crash when selected endpoint is not in list #122
  • Add combo button to select language
  • Add Chinese translation

v0.3.1

18 Dec 05:23
Compare
Choose a tag to compare

Android App

  • Change the default host to 192.168.
  • Add click media notification to start Activity
  • Fix the playlist exists when player stop
  • Fix the QS Tile can't stop playback service
  • Add stop button to media notification

Server MFC

  • Fix DPI problem

v0.3.0

04 Dec 08:18
Compare
Choose a tag to compare

Android App

  • Fix crash when "Dynamic Color from Color" is empty #107
  • Migrate legacy Android layout UI to Android Compose #89
  • The app theme can be applied immediately that needn't restart
  • Replace Netty with Ktor to provide more clear code
  • Implement Media Session to let it behave like other normal music player #108
  • Add auto reconnecting when error happens #69
  • Add quick settings tile to control the playback #50
  • Add auto start playback when system boot #7

Server MFC

  • Add single instance check for server MFC #85

v0.2.2

23 Nov 03:47
Compare
Choose a tag to compare
  • Fix stuck when there are more than 2 channels #102 #99
  • Fix the state doesn't work when AudioShareServer.exe starts
  • Fix encoding error for server log on Windows #104
  • Fix crash when some device doesn't have PKEY_Device_FriendlyName #103. Now they will have the default name "[Speakers]"

v0.2.1

09 Nov 11:46
Compare
Choose a tag to compare
  • Fix the segmentation fault of as-cmd on Linux. #93

v0.2.0

26 Oct 12:27
1bf2e5e
Compare
Choose a tag to compare
  • as-cmd can now specify the encoding, channels and sample rate. But on Windows it has some limitations. For more details, see the About Audio Format in README.
  • Add "Encoding" option and Sound Panel button for server MFC.
  • Add the default LAN address selection for as-cmd.

v0.1.0

06 May 15:27
60c2331
Compare
Choose a tag to compare
  • Fix app crash when set some settings out of range. #46
  • Refactor the UI of Server MFC.
  • Add a "Repair Firewall" button for Server MFC. #51
  • Add "Auto Check for Update" for Server MFC and app. Their default states are disabled. #40
  • Remove the all-zero check for Server Core on Linux.

v0.0.17

15 Jan 12:26
Compare
Choose a tag to compare

v0.0.17

  • If you have downloaded the v0.0.16, you should upgrade to this version right away. The v0.0.16 has no limit of "Loudness Enhancer". If this value that you set too big, it will hurt your ears.
  • Add a limit to "Loudness Enhancer". Its max value is 3000mB.
  • Change the step of "Audio Volume" seekbar to 0.01.

v0.0.16

  • Add Loudness Enhancer to make the audio louder #34
  • Remove "Idle Volume" and "Work Volume". They were implemented by changing system media volume.
  • Add "Audio Volume", which is independent from system media volume. Changing it won't change system volume.

v0.0.15

07 Jan 14:42
Compare
Choose a tag to compare
  • This version is all about Server MFC.
  • Set 192.168.x.x as default when exists multiple host IP #29.
  • Add config.ini config file. It will save the host, port and other states.
  • Add a /hide option so that the server app can start sliently.
  • Add a "Auto Run" checkbox. If you check this, the server app will run with /hide at OS boot #29.

v0.0.14

28 Dec 11:10
Compare
Choose a tag to compare
  • Fix the crackle and high latency bug(#14, #16, #18). I reproduced the bug on my laptop and fixed it. It's easier to fix it than I expected.