1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
| {
| "pipe_0": {
| "node_0": {
| "node_opts": {
| "node_name" : "fread",
| "node_type" : "source",
| "node_uid" : "source_0",
| "node_parent" : "none"
| },
| "node_opts_extra": {
| "node_source_uri" : "/userdata/test/test.pcm",
| "node_buff_type" : 0,
| "node_buff_count" : 4,
| "node_buff_size" : 2048,
| "node_buff_alloc_type" : "malloc"
| },
| "stream_opts_extra": {
| "opt_samaple_rate": 48000,
| "opt_format" : "audio:pcm_16",
| "opt_channel" : 2,
| "opt_channel_layout" : 3
| },
| "stream_opts": {
| "stream_output" : "audio:pcm_0"
| }
| },
| "node_1": {
| "node_opts": {
| "node_name" : "alsa_playback",
| "node_type" : "sink",
| "node_uid" : "sink_0",
| "node_parent" : "resample"
| },
| "node_opts_extra": {
| "node_source_uri" : "hw:1,0"
| },
| "stream_opts": {
| "stream_input" : "audio:pcm_0",
| "stream_uid" : "sink:0"
| },
| "stream_opts_extra": {
| "opt_samaple_rate": 48000,
| "opt_format" : "audio:pcm_16",
| "opt_channel" : 2,
| "opt_channel_layout" : 3
| }
| }
| }
| }
|
|