adding basic support for pulling in rnnoise stuff for pipewire
This commit is contained in:
parent
6716d255aa
commit
05935ec4e0
1 changed files with 8 additions and 0 deletions
8
link.sh
8
link.sh
|
@ -21,3 +21,11 @@ ln -sf $PWD/zprompts/bunni.zsh $HOME/.config/zsh/zprompts/prompt_bunni_setup
|
||||||
|
|
||||||
git clone https://gitlab.com/code-stats/code-stats-zsh $localdir/code-stats-zsh
|
git clone https://gitlab.com/code-stats/code-stats-zsh $localdir/code-stats-zsh
|
||||||
ln -sf $localdir/code-stats-zsh/codestats.plugin.zsh $HOME/.config/zsh/plugins/codestats.zsh
|
ln -sf $localdir/code-stats-zsh/codestats.plugin.zsh $HOME/.config/zsh/plugins/codestats.zsh
|
||||||
|
|
||||||
|
# Pipewire rnnoise stuff
|
||||||
|
rnnver="v1.10"
|
||||||
|
cd $HOME/.local/share
|
||||||
|
curl -LO https://github.com/werman/noise-suppression-for-voice/releases/download/$rnnver/linux-rnnoise.zip -o /tmp/rnn/linux-rnnoise.zip
|
||||||
|
unzip linux-rnnoise.zip
|
||||||
|
rm linux-rnnoise.zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue