Skip to content

Commit

Permalink
audio/headsetcontrol: Update to 2.6.1
Browse files Browse the repository at this point in the history
 - switch to DISTVERSION

ChangeLog:	https://github.com/Sapd/HeadsetControl/releases/tag/2.6.1
PR:		265418
  • Loading branch information
Alexander88207 authored and nunotexbsd committed Jul 24, 2022
1 parent e29893d commit 7173c7f
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
5 changes: 3 additions & 2 deletions audio/headsetcontrol/Makefile
@@ -1,9 +1,9 @@
PORTNAME= headsetcontrol
PORTVERSION= 2.6
DISTVERSION= 2.6.1
CATEGORIES= audio

MAINTAINER= Alexander88207@protonmail.com
COMMENT= Tool to setup sidetone for various gaming headsets
COMMENT= Tool to control certain aspects of USB-connected headsets

LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/license
Expand All @@ -16,6 +16,7 @@ USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= Sapd
GH_PROJECT= HeadsetControl
GH_TAGNAME= 5deb75a

PLIST_FILES= ${LOCALBASE}/bin/headsetcontrol

Expand Down
6 changes: 3 additions & 3 deletions audio/headsetcontrol/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1636804595
SHA256 (Sapd-HeadsetControl-2.6_GH0.tar.gz) = 4f785af09cbf3dffe7050029f310b77943d68612a4e7544118cddb8f682eadc6
SIZE (Sapd-HeadsetControl-2.6_GH0.tar.gz) = 39694
TIMESTAMP = 1658658191
SHA256 (Sapd-HeadsetControl-2.6.1-5deb75a_GH0.tar.gz) = 9842d295f69ce4109b00325fb0f1c7d35d3f0a5f83d68854ae8b67931dbd07bd
SIZE (Sapd-HeadsetControl-2.6.1-5deb75a_GH0.tar.gz) = 44448
24 changes: 0 additions & 24 deletions audio/headsetcontrol/files/patch-CMakeLists.txt

This file was deleted.

11 changes: 10 additions & 1 deletion audio/headsetcontrol/pkg-descr
@@ -1,3 +1,12 @@
HeadsetControl allows you to setup sidetone for various of gaming headsets.
A tool to control certain aspects of USB-connected headsets.

Currently, support is provided for

- Adjusting sidetone
- Getting battery state
- Controlling LEDs
- Setting the inactive time.

See the link below for which headset supports which feature.

WWW: https://github.com/Sapd/HeadsetControl
18 changes: 16 additions & 2 deletions audio/headsetcontrol/pkg-message
Expand Up @@ -3,17 +3,31 @@
message: <<EOM
Type headsetcontrol -h to get all available options.

Type headsetcontrol -? to get a list of supported capabilities for the currently detected headset.

headsetcontrol -s 128 sets the sidetone to 128 (REAL loud). You can silence it with 0. I recommend a loudness of 16.

Following options don't work on all devices yet:
The following options don't work on all devices yet:

headsetcontrol -b check battery level. Returns a value from 0 to 100 or loading.

headsetcontrol -n 0|1 sends a notification sound, made by the headset. 0 or 1 are currently supported as values.

headsetcontrol -l 0|1 switches LED off/on (off almost doubles battery lifetime!).

headsetcontrol -c cut unnecessary output, for reading by other scripts or applications.
headsetcontrol --short-output cut unnecessary output, for reading by other scripts or applications.

headsetcontrol -i 0-90 sets inactive time in minutes, time must be between 0 and 90, 0 disables the feature.

headsetcontrol -m retrieves the current chat-mix-dial level setting between 0 and 128. Below 64 is the game side and above is the chat side.

headsetcontrol -v 0|1 turn voice prompts on or off.

headsetcontrol -r 0|1 turn rotate to mute feature on or off.

headsetcontrol --dev Advanced menu for developers, to send and/or receive custom data

headsetcontrol -p 0-3 sets equalizer preset, must be between 0 and 3, 0 is the default preset.
EOM
}
]

0 comments on commit 7173c7f

Please sign in to comment.