Audaspace: faster audio resampling #116059

Merged
Aras Pranckevicius merged 2 commits from aras_p/blender:audaspace-resampler-opt into main 2024-01-03 21:23:34 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 50e04fe387 - Show all commits

View File

@ -2,4 +2,4 @@ Project: Audaspace
URL: https://github.com/audaspace/audaspace
License: Apache 2.0
Upstream version: 1.4+ (0d18fe7, 2024 Jan 2)
Local modifications: None
Local modifications: JOSResampleReader default quality set to MEDIUM

View File

@ -164,7 +164,7 @@ public:
* \param reader The reader to mix.
* \param rate The target sampling rate.
*/
JOSResampleReader(std::shared_ptr<IReader> reader, SampleRate rate, Quality = Quality::HIGH);
JOSResampleReader(std::shared_ptr<IReader> reader, SampleRate rate, Quality = Quality::MEDIUM);
virtual void seek(int position);
virtual int getLength() const;