Skip to content

Commit 97e9357

Browse files
authored
Update README.md
1 parent e26970d commit 97e9357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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.
22

3-
![](https://github.com/DomingoMG/sound_volume_view/blob/assets/SoundVolumeView.png?raw=true)
3+
![](https://github.com/DomingoMG/sound_volume_view/blob/main/assets/SoundVolumeView.png?raw=true)
44

55
## Expressions of gratitude
66
First of all thanks to nirsoft for creating SoundVolumeView.exe. Without this it would not be possible for Windows.
@@ -41,4 +41,4 @@ await soundVolumeView.mute( devices[index] );
4141
#### You can also listen to the capture sound.
4242
```dart
4343
await soundVolumeView.setListenToThisDevice(devices[index], listen: true);
44-
```
44+
```

0 commit comments

Comments
 (0)