Skip to content
This repository was archived by the owner on Jun 28, 2020. It is now read-only.

Commit 2d28967

Browse files
Christian UhlChristian Uhl
authored andcommitted
officially deprecated, added KNNSpeeds files as mirror
1 parent 2ba8c9b commit 2d28967

File tree

726 files changed

+47690
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

726 files changed

+47690
-31
lines changed

KNNSpeed/AudioFix/ALCPlugFix

23.5 KB
Binary file not shown.

KNNSpeed/AudioFix/Information.rtf

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf1504\cocoasubrtf830
2+
{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset0 Verdana;}
3+
{\colortbl;\red255\green255\blue255;\red0\green0\blue0;\red255\green255\blue255;\red17\green90\blue209;
4+
}
5+
{\*\expandedcolortbl;;\cssrgb\c0\c0\c0;\cssrgb\c100000\c100000\c100000;\cssrgb\c5882\c44706\c85490;
6+
}
7+
\margl1440\margr1440\vieww10800\viewh8400\viewkind0
8+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
9+
10+
\f0\fs24 \cf0 Credit: goodwin_c\
11+
\'93
12+
\f1 \cf2 \cb3 \expnd0\expndtw0\kerning0
13+
ALCPlugFix was made by me as assistant daemon for CodecCommander to fix noise. And it is working perfectly since first release You can find sources here:\'a0{\field{\*\fldinst{HYPERLINK "https://github.com/goodwin/ALCPlugFix"}}{\fldrslt \cf4 \ul \ulc4 https://github.com/goodwin/ALCPlugFix}}\
14+
\pard\pardeftab720\sl300\partightenfactor0
15+
\cf2 Main purpose was that CC itself has limited abilities to respond on events as on kernel level there are no triggers on plugged/unplugged headphones. So i wrote user-space launchd daemon that sends needed verbs to HDA on plug/unplug\'94\
16+
17+
\f0 \cf0 \cb1 \kerning1\expnd0\expndtw0 \
18+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
19+
\cf0 http://www.insanelymac.com/forum/topic/319764-guide-dell-xps-15-9550-sierra-10122-quick-installation/?p=2402301\
20+
\
21+
And Jonny4911:\
22+
http://www.insanelymac.com/forum/topic/320016-dell-xps-15-9560-version-2017-compatibility-information/?p=2419202}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>KeepAlive</key>
6+
<true/>
7+
<key>Label</key>
8+
<string>good.win.ALCPlugFix</string>
9+
<key>ProgramArguments</key>
10+
<array>
11+
<string>/usr/bin/ALCPlugFix</string>
12+
</array>
13+
<key>RunAtLoad</key>
14+
<true/>
15+
<key>ServiceIPC</key>
16+
<false/>
17+
</dict>
18+
</plist>

KNNSpeed/AudioFix/hda-verb

14.5 KB
Binary file not shown.

KNNSpeed/AudioFix/install.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
sudo cp ALCPlugFix /usr/bin
3+
sudo chmod 755 /usr/bin/ALCPlugFix
4+
sudo chown root:wheel /usr/bin/ALCPlugFix
5+
sudo cp hda-verb /usr/bin
6+
sudo chmod 755 /usr/bin/hda-verb
7+
sudo chown root:wheel /usr/bin/hda-verb
8+
sudo cp good.win.ALCPlugFix.plist /Library/LaunchAgents/
9+
sudo chmod 644 /Library/LaunchAgents/good.win.ALCPlugFix.plist
10+
sudo chown root:wheel /Library/LaunchAgents/good.win.ALCPlugFix.plist
11+
sudo launchctl load /Library/LaunchAgents/good.win.ALCPlugFix.plist
12+
13+
echo "please reboot!"
14+
exit 0
158 Bytes
Binary file not shown.
243 Bytes
Binary file not shown.
690 Bytes
Binary file not shown.
137 Bytes
Binary file not shown.
91 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)