| All the sources of libsamplerate I have are GPL2 or later
On Wed, 4 Apr 2018, Edward Costello wrote:
> @Steven, I’ve implemented an opcode for tracking formants in audio files on a per sample basis, unfortunately it’s very processor intensive so I would like to run it at a lower sample rate (11025) so I can do so in realtime. However, I would also like to take the formant outputs from that opcode and send them to an instrument running at a better sample rate (44100) and have that instrument synthesise the audio.
> @Steven & John ff, it seems that libsamplerate can resample audio in a streaming fashion. This could be used to convert sample rates on the fly when running instruments at different rates, it’s 2-clause BSD license, does that interfere with the LGPL? Also I suppose it would add another dependency.
> Thanks
> Ed
>
>> On 4 Apr 2018, at 13:08, John ff wrote:
>>
>> I always use src_conv on audio files that need resampling. For on-the-fly resampling I think diskin2 is all we have got. It might be nice to have an opcode but the obvious way has licencing problems
>>
>> Sent from TypeApp
>>
>> On Apr 4, 2018, 10:03, at 10:03, Edward Costello wrote:
>>> Hi,
>>>
>>> What is the best way to resample audio with Csound? Is there an
>>> available opcode, also is it possible to set sample rate on a per
>>> instrument basis.
>>> Thanks
>>> Ed
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>> https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>> https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |