shibatch / SSRC

A high quality audio sampling rate converter
http://shibatch.sourceforge.net/
GNU Lesser General Public License v2.1
153 stars 29 forks source link

Sort of libsoxr based on ssrc woud be great! #1

Open mistepien opened 8 years ago

mistepien commented 8 years ago

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!

shibatch commented 8 years ago

Thank you. I am considering compatibility with other software and libraries. I have several interesting ideas regarding to this. The main problem is that I am usually quite busy, and I cannot reliably predict how I will busy in the near future. The scariest resource for me is time.

baadc0de commented 7 years ago

I liked your SRC the most out of all open source solutions. The API of ssrc.c is file in / file out which is a good start, but as a linkable library like libsoxr it would be very useful!

shibatch commented 7 years ago

I am sorry for not spending time for developing SSRC. I am working on several projects, and I always have at least a few things that I want to implement for each of the projects. SSRC is no exception, and I have a plan to add a feature which is quite different from just sampling rate conversion, but the code base can be largely shared.

I'll try to take time for SSRC.