Releases: mkckr0/audio-share
Releases · mkckr0/audio-share
v0.2.2
v0.2.1
v0.2.0
as-cmd
can now specify the encoding, channels and sample rate. But on Windows it has some limitations. For more details, see theAbout 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
v0.0.17
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
- 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
v0.0.13
v0.0.12
- 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
- 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.