Vincent Lostanlen
Vincent Lostanlen
> 6. In the mlsp15 when running mlsp_synthesize_mcdermott.m (I didn't find the mcdermott_toolbox online, I only found Sound_Texture_Synthesis_Toolbox) Rename `Sound_Texture_Synthesis_Toolbox` to `mcdermott_toolbox`
> 7. In the examples folder the example_plain ``` --example_plain Reference to non-existent field 'verbosity_period'. ``` Solved alongside 1. I hope this helps!
Hello, is the Entrofy paper still unpublished as of today?
I am a student of Stéphane Mallat so I'm going to comment on the topic. The idea behind the scattering transform is fairly straightforward, but it requires some dexterity to...
Thanks! please add a unit test
test that indeed sox returns an integer and that this integer is zero
Thanks. I think this line is untested at the moment 😳 From what i see, testing this branch would require an extra audio file with no Greek suffix in the...
Hello @Nilsonfsilva duplicate of #1654 ? by same OP
> I'd argue that this is an even stronger argument for having these parameters be the default. Yes, `sigma0=0.1` is the default value of `anden_generator`. The previous value `sigma0=5` was...
The idea behind kwarg-only was mine. The four required arguments are shape, Q, J, and J_fr. It's easy to goof up with the order so i think that being explicit...