SSRC icon indicating copy to clipboard operation
SSRC copied to clipboard

A high quality audio sampling rate converter

Results 9 SSRC issues
Sort by recently updated
recently updated
newest added

I've added support for 32 and 64bit floating point WAV files inputs - modified 1.33 ssrc.c: https://desperatebeauty.com/_files/ssrc_float_support/ssrc.c - only tested on Windows (byte order from simple casting may not be...

Sorry to bother you, I am new on audio resample, I want use your code on Android while I am coding a program that makes two audios becomes one, but...

Hi! Could you push the Git release tags as well? If there are none, do you need help finding the right commits for them? Thanks and best, Sebastian

``` file test.w64 test.w64: Sony Wave64 RIFF data, WAVE 64 audio, stereo 48000 Hz ``` ``` du -sh test.w64 2.1G test.w64 ``` ``` ssrc_hp_mac --twopass --rate 44100 --bits 16 --dither...

It would be great to have sort of libsoxr but based on ssrc. Such libssrc would be easily applied in software like mpd or in any other audio player!

Given Makefile has commented out line `#CFLAGS += -DBIGENDIAN`, support for PPC either existed before or is planned to be added? At the moment build for `ppc` fails with `gcc-4.2`...

Hi! When executing my fuzz tests, I discovered that SSRC Version 1.33 suffers from a divide by zero bug [(CWE-369)](https://cwe.mitre.org/data/definitions/369.html) when supplied with malformed input in the form of a...

Many tools such as SoX and the FLAC command-line decoder now produce 24-bit wav files that use a relatively new header format, where the format tag is 0xFFFE, and the...

The FLAC command line decoder now produces 24-bit wav files using a new header format (looks like the change was [discussed here](http://lists.xiph.org/pipermail/flac-dev/2017-May/006282.html)) and this new format causes SSRC to exit...