1ROC-CONV(1) Roc Toolkit ROC-CONV(1)
2
3
4
6 roc-conv - convert audio
7
9 roc-conv OPTIONS
10
12 Read audio stream from a file, transform it, and and write it to a an‐
13 other file.
14
15 Options
16 -h, --help
17 Print help and exit
18
19 -V, --version
20 Print version and exit
21
22 -v, --verbose
23 Increase verbosity level (may be used multiple times)
24
25 -i,--input=PATH
26 Input file
27
28 -o,--output=PATH
29 Output file
30
31 --frame-size=INT
32 Internal frame size, number of samples
33
34 -r,--rate=INT
35 Output sample rate, Hz
36
37 --no-resampling
38 Disable resampling (default=off)
39
40 --resampler-profile=ENUM
41 Resampler profile (possible values="low", "medium", "high" de‐
42 fault=`medium')
43
44 --resampler-interp=INT
45 Resampler sinc table precision
46
47 --resampler-window=INT
48 Number of samples per resampler window
49
50 --poisoning
51 Enable uninitialized memory poisoning (default=off)
52
54 Convert sample rate to 48k:
55
56 $ roc-conv -vv -r 48000 -i input.wav -o output.wav
57
59 roc-recv(1), roc-send(1), the Roc web site at
60 https://roc-streaming.org/
61
63 Please report any bugs found via GitHub (‐
64 https://github.com/roc-streaming/roc-toolkit/).
65
67 See authors page on the website for a list of maintainers and contribu‐
68 tors.
69
71 2022, Roc authors
72
73
74
75
76Roc Toolkit 0.1 Oct 11, 2022 ROC-CONV(1)