mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-02 17:18:36 +02:00
feat(audio): use VHQ settings for SoXR resampling
This commit is contained in:
@@ -595,7 +595,7 @@ class FFmpegService {
|
||||
if (!hasSampleRate && !hasSampleFormat && !processing.hasDither) return;
|
||||
|
||||
final options = <String>[
|
||||
'resampler=${processing.normalizedResampler}',
|
||||
...losslessResamplerFilterOptions(processing),
|
||||
if (hasSampleRate) 'osr=$targetSampleRate',
|
||||
if (hasSampleFormat) 'osf=${outputSampleFormat.trim()}',
|
||||
if (processing.hasDither) 'dither_method=${processing.normalizedDither}',
|
||||
|
||||
Reference in New Issue
Block a user