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
Copy file name to clipboardexpand all lines: README.md
+40-16
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
-
SoundVolumeView that displays general information and the current volume level for all active sound components in your system, and allows you to instantly mute and unmute them.
1
+
SoundVolumeView displays general information and the current volume level for all active sound components in your system and allows you to instantly mute and unmute them.
First of all, thanks to NirSoft for creating SoundVolumeView.exe. Without this, it would not be possible for Windows.
7
+
Visit [NirSoft SoundVolumeView](https://www.nirsoft.net/utils/sound_volume_view.html) for more information.
8
8
9
9
## Getting started
10
-
Supported platforms:
11
-
10
+
Supported platforms:
12
11
- ✅ Windows
13
12
- ❌ MacOS
14
13
- ❌ Linux
@@ -17,12 +16,37 @@ Supported platforms:
17
16
- ❌ Web
18
17
19
18
## Usage
20
-
The instance SoundVolumeView() will look for the executable SoundVolumeView.exe in the compilation files of the program.
21
-
If not found, it will throw an ```PlatformException``` specifying the path of the executable.
19
+
The `SoundVolumeView` instance will search for the executable via the command line. If it is not found, it will launch the SoundVolumeView installation internally.
Copy file name to clipboardexpand all lines: pubspec.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: sound_volume_view
2
-
description: "SoundVolumeView that displays general information and the current volume level for all active sound components in your system, and allows you to instantly mute and unmute them"
3
-
version: 2.0.1
2
+
description: "SoundVolumeView displays general information and the current volume level for all active sound components in your system and allows you to instantly mute and unmute them."
0 commit comments