Skip to content

Commit edbc908

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ import org.rocstreaming.roctoolkit;
4141

4242
try (RocContext context = new RocContext()) {
4343
RocSenderConfig config = RocSenderConfig.builder()
44-
.frameSampleRate(SAMPLE_RATE)
44+
.frameSampleRate(44100)
4545
.frameChannels(ChannelSet.STEREO)
4646
.frameEncoding(FrameEncoding.PCM_FLOAT)
47-
.resamplerProfile(ResamplerProfile.DISABLE)
4847
.fecEncoding(FecEncoding.RS8M)
4948
.build();
5049

@@ -71,7 +70,7 @@ import org.rocstreaming.roctoolkit;
7170

7271
try (RocContext context = new RocContext()) {
7372
RocReceiverConfig config = RocReceiverConfig.builder()
74-
.frameSampleRate(SAMPLE_RATE)
73+
.frameSampleRate(44100)
7574
.frameChannels(ChannelSet.STEREO)
7675
.frameEncoding(FrameEncoding.PCM_FLOAT)
7776
.build();

0 commit comments

Comments
 (0)