Update README.md
This commit is contained in:
parent
91cf282cde
commit
89913dc7a0
48
README.md
48
README.md
@ -4,24 +4,72 @@
|
||||
|
||||
## Pipewire
|
||||
|
||||
`/etc/pipewire/pipewire.conf`
|
||||
|
||||
https://github.com/robbert-vdh/dotfiles#pipewire
|
||||
|
||||
### 1. ALSA period size and the number of periods.
|
||||
|
||||
Default: 64 frames/period
|
||||
|
||||
`~/.config/wireplumber/main.lua.d/90-alsa-config.lua`
|
||||
|
||||
`systemctl --user restart wireplumber`
|
||||
|
||||
### 2. Sample rate 48000
|
||||
|
||||
Default: 44100
|
||||
|
||||
`~/.config/pipewire/pipewire.conf`
|
||||
|
||||
|
||||
### 3. The quantum size
|
||||
|
||||
Default: 512 samples
|
||||
|
||||
`pw-metadata -n settings 0 clock.force-quantum N`
|
||||
|
||||
### 4. PipeWire always replace JACK.
|
||||
|
||||
`systemctl --user start pipewire-pulse.service pipewire-pulse.socket`
|
||||
|
||||
|
||||
### restart
|
||||
|
||||
`systemctl --user restart pipewire pipewire-pulse wireplumber`
|
||||
|
||||
|
||||
|
||||
https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Config-PipeWire#runtime-settings
|
||||
|
||||
```sh
|
||||
pw-metadata -n settings
|
||||
pw-metadata -n settings 0 clock.force-rate 48000
|
||||
pw-metadata -n settings 0 clock.force-quantum 64
|
||||
```
|
||||
|
||||
# DAW
|
||||
|
||||
## Reaper
|
||||
|
||||
https://www.reaper.fm/download.php
|
||||
|
||||
## Reaper Themes
|
||||
|
||||
https://stash.reaper.fm/tag/Themes
|
||||
|
||||
|
||||
# Sampler
|
||||
|
||||
## Decent Sampler
|
||||
|
||||
https://www.decentsamples.com/product/decent-sampler-plugin/
|
||||
|
||||
## Decent Samples
|
||||
|
||||
|
||||
|
||||
|
||||
# Instrument
|
||||
|
||||
## Vital
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user