Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sapd committed Feb 13, 2016
0 parents commit 0f2c9d0
Show file tree
Hide file tree
Showing 4 changed files with 918 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
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.

Loading

0 comments on commit 0f2c9d0

Please sign in to comment.