This message was deleted.
# helpdesk
s
This message was deleted.
p
Hi, Did you set the default audio publish options with something like below ?
defaultAudioPublishOptions: const AudioPublishOptions(
audioBitrate: AudioPreset.musicHighQualityStereo,
),
m
cc @freezing-lifeguard-43174
f
@proud-vr-63921 yes I did, it's actually even higher than that preset, I currently have it at 128.000, from testing still, but it just doesn't seem to get better. The thing is the bitrate in the web version (meet.livekit.io) is 32.000 and it still sounds better than anything you could get with the Flutter SDK.
f
Looks like an issue specific to the windows platform, let me check.
hey @fierce-winter-46182 , please try this branch, I tracked source code breakpoints on windows, audioBitrate can be passed to opus encoder correctly https://github.com/livekit/client-sdk-flutter/tree/chore/bump-pub-version