File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,9 @@ import org.rocstreaming.roctoolkit;
4141
4242try (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
7271try (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();
You can’t perform that action at this time.
0 commit comments