Skip to content

Commit 2cae0e8

Browse files
gavvortex
authored andcommitted
Update README.md
1 parent edbc908 commit 2cae0e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ try (RocContext context = new RocContext()) {
4545
.frameChannels(ChannelSet.STEREO)
4646
.frameEncoding(FrameEncoding.PCM_FLOAT)
4747
.fecEncoding(FecEncoding.RS8M)
48+
.clockSource(ClockSource.INTERNAL)
4849
.build();
4950

5051
try (RocSender sender = new RocSender(context, config)) {
@@ -73,6 +74,7 @@ try (RocContext context = new RocContext()) {
7374
.frameSampleRate(44100)
7475
.frameChannels(ChannelSet.STEREO)
7576
.frameEncoding(FrameEncoding.PCM_FLOAT)
77+
.clockSource(ClockSource.INTERNAL)
7678
.build();
7779

7880
try (RocReceiver receiver = new RocReceiver(context, config)) {

0 commit comments

Comments
 (0)