ReSampler icon indicating copy to clipboard operation
ReSampler copied to clipboard

High quality command-line audio sample rate converter

Results 13 ReSampler issues
Sort by recently updated
recently updated
newest added

**build from master** **uname -a:** Linux zoo 5.16.0-5-amd64 #1 SMP PREEMPT Debian 5.16.14-1 (2022-03-15) x86_64 GNU/Linux **command line:** ReSampler -i SplendidGrandPiano/Samples/FF\ A0.flac --doubleprecision -o FF\ A0.oga -r 480000 --vorbisQuality 7...

I liked the iedea of you ReSampler software, I was searching for the best quality reasampler as I wanted to convert 16 bit Impulse responces from 44100 to 48000. As...

I wanted to try ReSampler to compile on my new MacBook Pro with M1-Pro CPU. There are many errors while compiling it with `clang++ -pthread -std=c++11 main.cpp ReSampler.cpp conversioninfo.cpp -lfftw3...

Is there a way for me to print out the header chunk info from a CAF file?

This only happens on some tracks. [Audio for eximple](https://www.dropbox.com/s/nvxjnu6wsnfvt2u/01%20-%20Cloud%209.flac). Duration: 00:04:18.142 After: `ReSamplerLib -i './01 - Cloud 9.flac' -o './+resampled/01 - Cloud 9.flac' -r 44100 -b 16` Duration: 00:04:18.142 After:...

**TL;DR** The experimental quad precision version of ReSampler is incredibly slow in resampling DSD64 to 24bit/96kHz. **Background and History (2017-2019)** My MPD based audio player is digitally connected via TOSLINK...

what are your thoughts about implementing memory based file conversion? (eg using memory buffers instead of physical/RAM-based filesystem files) also perhaps a queue based conversion, based on memory buffers, something...

Trying to compile ReSampler-2.1.1pre on ArchLinux: 1. Using libsndfile 1.2.2 of ArchLinux package repository 2. Using fftw 3.3.10 of ArchLinux package repository 3. Errors during compilation: ``` FIRFilter.h: In function...