i dont know if i did anything wrong, but i messed with some settings to get my first test of the example to work fine, this is my edit: upscale( input_file_path='input_test.mp3', output_file_path='output_test.flac', source_format='mp3', target_format='flac', max_iterations=50, threshold_value=0.8, target_bitrate_kbps=900, toggle_normalize=True, toggle_autoscale=True, toggle_adaptive_filter=False, ) my resulting flac when analyzed ended with a bitrate of like 5300 and the sample rate was like 250khz
i dont know if i did anything wrong, but i messed with some settings to get my first test of the example to work fine, this is my edit:
upscale( input_file_path='input_test.mp3', output_file_path='output_test.flac', source_format='mp3', target_format='flac', max_iterations=50, threshold_value=0.8, target_bitrate_kbps=900, toggle_normalize=True, toggle_autoscale=True, toggle_adaptive_filter=False, )my resulting flac when analyzed ended with a bitrate of like 5300 and the sample rate was like 250khz