[FFmpeg-devel] [PATCH v3]libavfilter/asrc_atone.c : generate algorithmic music

Ashutosh Pradhan ashutoshp012345 at gmail.com
Mon Aug 17 13:47:07 EEST 2020


On Mon, Aug 17, 2020 at 3:05 PM Paul B Mahol <onemda at gmail.com> wrote:

> On 8/17/20, Ashutosh Pradhan <ashutoshp012345 at gmail.com> wrote:
> > Generate algorithmic music using riffs, lindenmayer systems, cellular
> > automaton and rhythm algorithms.
> >
>
> Do you allow to change seed of lfg generator or seed is always same?
> Idea is to always have same output for same seed parameter.
> And also to be able to use different seed when initializing lfg.
>
I have initialized the lfg generator with a random seed.
Should I take seed as an option?


More information about the ffmpeg-devel mailing list