forked from andonome/lk
add headers to lk
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "basics"
|
||||
tags: [ "Documentation", "sound" ]
|
||||
---
|
||||
# Pulse
|
||||
If you have pulse, use pulse.
|
||||
Check with `which pulseaudio`. No output means you need to use alsa (below).
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "festival"
|
||||
tags: [ "Documentation", "sound" ]
|
||||
---
|
||||
# Basics
|
||||
|
||||
Add your user to the audio group, and install `festival-english`.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "ffmpeg"
|
||||
tags: [ "Documentation", "sound" ]
|
||||
---
|
||||
# Basics
|
||||
|
||||
ffmpeg -i [input file] output_file.mkv
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "mpd"
|
||||
tags: [ "Documentation", "sound" ]
|
||||
---
|
||||
# Setup
|
||||
|
||||
## Configuration
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "ncmpcpp"
|
||||
tags: [ "Documentation", "sound" ]
|
||||
---
|
||||
|
||||
# Music Player Daemon
|
||||
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "youtube-dl"
|
||||
tags: [ "Documentation", "sound" ]
|
||||
---
|
||||
> youtube-dl --write-auto-sub <URL>
|
||||
|
||||
It will default to English, but you can specify another language with the flag --sub-lang:
|
||||
|
Reference in New Issue
Block a user