Skip to content

Commit dd2d83a

Browse files
committed
Update README
1 parent d771569 commit dd2d83a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ This package allows you to do:
1818
- Capturing audio with event driven mode.
1919
- Loopback capturing with shared timer mode.
2020
- Loopback capturing with shared event mode.
21+
- Rendering / Capturing with minimum buffer size (Windows 10 only)
2122
- Change volume of master or each channels.
2223

2324
If you're not familiar with Windows Core Audio API, [the official documentation about Core Audio API on MSDN](https://msdn.microsoft.com/en-us/library/windows/desktop/dd370802(v=vs.85).aspx) helps you to get started.
2425

2526
## Prerequisites
2627

27-
- Go 1.8.1 or later
28+
- Go 1.8 or later
2829
- `go-ole` ([github.com/go-ole/go-ole](https://github.com/go-ole/go-ole))
2930

3031
## Examples

0 commit comments

Comments
 (0)