-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0f2c9d0
Showing
4 changed files
with
918 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Synopsis | ||
|
||
Want to use your G930 Headset under Linux, but you shout while talking because there is no support for sidetone? With sidetone, sometimes also called loopback, you can hear your own voice while | ||
talking. This differs from a simple loopback via PulseAudio as you won't have any disturbing latency. | ||
|
||
## Building | ||
|
||
Building is really simple, you will only need libusb-1.0 (which is already installed on most systems). Just type make to build the C program. | ||
There will be also a binary in the downloads section. | ||
|
||
## Usage | ||
|
||
Just type ./G930Sidetone 128 if you want REAL loud sidetone (it's louder then with the native software on windows), or ./G930Sidetone 0 if you want to silence it completly. I recommend a loudness of 64. | ||
|
||
## License | ||
|
||
Released under GPL v3. | ||
|
||
## Like it? | ||
|
||
If you like my software please star the repo. | ||
|
Oops, something went wrong.