Skip to content

Releases: mkckr0/audio-share

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.

v0.0.13

18 Dec 02:45
Compare
Choose a tag to compare
  • Fix typo error #19.
  • Fix crashing when no audio enpoint on Windows #21.

v0.0.12

14 Nov 13:20
Compare
Choose a tag to compare
  • Add support for Android 13 Themed app icons #13.
  • The Server MFC has a bug(#14 #16 #18) from v0.0.10. It still exists. To fix to it, I may have to see the source code of asio. I don't have time to do it because I have to concentrate on preparing for my postgraduate entrance exam. It may spend over 1 year. All new features are postponed, too.

v0.0.11

20 Oct 12:59
Compare
Choose a tag to compare
  • Fix crash when refreshing audio endpoint list on Server MFC.
  • Now, Linux as-cmd won't send blank audio samples to app if no sound exists.
  • Move heartbeat timer from app to server. Because app's timer will sleep if no audio sample is playing.