We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbc908 commit 2cae0e8Copy full SHA for 2cae0e8
README.md
@@ -45,6 +45,7 @@ try (RocContext context = new RocContext()) {
45
.frameChannels(ChannelSet.STEREO)
46
.frameEncoding(FrameEncoding.PCM_FLOAT)
47
.fecEncoding(FecEncoding.RS8M)
48
+ .clockSource(ClockSource.INTERNAL)
49
.build();
50
51
try (RocSender sender = new RocSender(context, config)) {
@@ -73,6 +74,7 @@ try (RocContext context = new RocContext()) {
73
74
.frameSampleRate(44100)
75
76
77
78
79
80
try (RocReceiver receiver = new RocReceiver(context, config)) {
0 commit comments