pages.de/*: replace 'zur/zum' to match guideline (#13963)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user