Re: [CM] snd: srate implicitly corrected in play ?

2018-11-08 Thread bil
I added the switch JACK_AUTO_SRC for this (defaults to 1). I'll update the ccrma versions later today. ___ Cmdist mailing list Cmdist@ccrma.stanford.edu https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Re: [CM] snd: srate implicitly corrected in play ?

2018-11-06 Thread John Rigg
On Mon, Nov 05, 2018 at 04:22:52PM -0800, b...@ccrma.stanford.edu wrote: > I think we could add a compile-time switch there, if you like. That would be useful here. I'd rather not have implicit SRC as it makes it too easy (for me) to make mistakes. John ___

Re: [CM] snd: srate implicitly corrected in play ?

2018-11-05 Thread bil
I think we could add a compile-time switch there, if you like. ___ Cmdist mailing list Cmdist@ccrma.stanford.edu https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Re: [CM] snd: srate implicitly corrected in play ?

2018-11-05 Thread John Rigg
On Mon, Nov 05, 2018 at 05:05:52PM +0100, Kjetil Matheussen wrote: > Warning, sample-rate differs between snd and jack. > Sound will not be played correctly! I'd regard playback at the wrong pitch as correct in this situation ;-) John ___ Cmdist mailing

Re: [CM] snd: srate implicitly corrected in play ?

2018-11-05 Thread anders . vinjar
K> Hi, I wrote the code. You can't turn it off in configuration, but K> this patch should fix it: Right, good to know where things happen if i would ever need it. -anders ___ Cmdist mailing list Cmdist@ccrma.stanford.edu https://cm-mail.stanfor

Re: [CM] snd: srate implicitly corrected in play ?

2018-11-05 Thread Kjetil Matheussen
On Mon, Nov 5, 2018 at 4:58 PM wrote: > > Hi. > > Having jackd running in 44.1 kHz sampling rate, if i load a 48k > soundfile in Snd, hit play, the playback sounds 'correct', ie. with > speed/src applied to the player to make the file play (through jack) as > if it were already resampled to 44.1k.

[CM] snd: srate implicitly corrected in play ?

2018-11-05 Thread anders . vinjar
Hi. Having jackd running in 44.1 kHz sampling rate, if i load a 48k soundfile in Snd, hit play, the playback sounds 'correct', ie. with speed/src applied to the player to make the file play (through jack) as if it were already resampled to 44.1k. Is this default behavior configured somewhere as a