pages.de/*: replace 'zur/zum' to match guideline (#13963)

This commit is contained in:
Andre
2024-10-07 11:59:56 +02:00
committed by GitHub
parent 57b711c753
commit 18cd009db9
23 changed files with 50 additions and 50 deletions

View File

@@ -5,15 +5,15 @@
- Nehme einen Schnipsel in CD-Qualität auf (beende die Aufnahme mit CTRL-C):
`arecord -vv --format=cd {{pfad/zur/datei.wav}}`
`arecord -vv --format=cd {{pfad/zu/datei.wav}}`
- Nehme einen Schnipsel in CD-Qualität auf mit einer festen Länge von 10 Sekunden:
`arecord -vv --format=cd --duration={{10}} {{pfad/zur/datei.wav}}`
`arecord -vv --format=cd --duration={{10}} {{pfad/zu/datei.wav}}`
- Nehme einen Schnipsel auf und speichere es als MP3 (beende die Aufnahme mit CTRL-C):
`arecord -vv --format=cd --file-type raw | lame -r - {{path/to/file.mp3}}`
`arecord -vv --format=cd --file-type raw | lame -r - {{pfad/zu/datei.mp3}}`
- Liste alle Soundkarten und digitalen Ausgabe Geräte: