Re: [music-dsp] minBLEP parameters: grain design and duration?

2016-08-06 Thread Stefan Stenzel
> On 05 Aug 2016, at 20:23 , robert bristow-johnson > wrote: > > > > Original Message ---- > Subject: Re: [music-dsp] minBLEP parameters: grain design and duration? > From: "Stefan Stenzel" > Date

Re: [music-dsp] minBLEP parameters: grain design and duration?

2016-08-05 Thread robert bristow-johnson
Original Message Subject: Re: [music-dsp] minBLEP parameters: grain design and duration? From: "gm" Date: Fri, August 5, 2016 4:26 pm To: r...@audioimagination.com music-dsp@music.co

Re: [music-dsp] minBLEP parameters: grain design and duration?

2016-08-05 Thread gm
>> On 05 Aug 2016, at 5:40 , robert bristow-johnson wrote: >> >> [] >> >> 5. how is this question different from the FIR brickwall LPF design question for polyphase interpolation? > > For BLIT, these sub-sample delayed grains are usually integrated to get a saw/square/pwm signal. i thoug

Re: [music-dsp] minBLEP parameters: grain design and duration?

2016-08-05 Thread Andrew Leary
> What duration (in samples) would you expect my "corrective grains" to be? There are two variables: how many samples to be corrected (which affects computation) and table length (which affects memory requirements). For BLEP, you can achieve decent sounding aliasing reduction with less than 32

Re: [music-dsp] minBLEP parameters: grain design and duration?

2016-08-05 Thread robert bristow-johnson
Original Message Subject: Re: [music-dsp] minBLEP parameters: grain design and duration? From: "Stefan Stenzel" Date: Fri, August 5, 2016 5:12 am To: r...@audioimagination.com music-dsp@music.co

Re: [music-dsp] minBLEP parameters: grain design and duration?

2016-08-05 Thread Emanuel Landeholm
My advice is this: don't get too caught up in the theory! I tend to do that myself, so... Just implement something quick and dirty and *listen* to the results. Also, I really don't think the choice of window matters very much. You could probably get away with Hamming. And 150 samples at 44k1 is pr

Re: [music-dsp] minBLEP parameters: grain design and duration?

2016-08-05 Thread Stefan Stenzel
> On 05 Aug 2016, at 5:40 , robert bristow-johnson > wrote: > > [] > > 5. how is this question different from the FIR brickwall LPF design question > for polyphase interpolation? For BLIT, these sub-sample delayed grains are usually integrated to get a saw/square/pwm signal. If you conside

Re: [music-dsp] minBLEP parameters: grain design and duration?

2016-08-04 Thread robert bristow-johnson
> > Assuming that the requirements for the impulse basis function (e.g. > windowed sinc) is: > > * flat to 20kHz > * gain at nyquist: -100dB > * sample rate: 44100 Hz > > What duration (in samples) would you expect my "corrective grains" to be? > > Answers of the following form would

[music-dsp] minBLEP parameters: grain design and duration?

2016-08-04 Thread Ross Bencina
Hello Everyone, I'm looking for a reality check on practical implementation aspects of the minBLEP "corrective grain" approach. I'm trying to compare the computation cost to other methods, but I'm having difficulty working out the correct grain parameters to make a valid comparison. Assuming