[Csnd] Csound 5.18 and OGG Output
Date | 2013-02-06 04:10 |
From | "Art Hunkins" |
Subject | [Csnd] Csound 5.18 and OGG Output |
Is Csound 5.18 (Windows) supposed to know how to write OGG output? (Using diskin2?) I'm experiencing the following: Specifying "-o distill.ogg" and "--ogg" in |
Date | 2013-02-06 06:37 |
From | Justin Smith |
Subject | Re: [Csnd] Csound 5.18 and OGG Output |
"can alter its pitch using one of several available interpolation types, as well as convert the sample rate to match the orchestra sr setting" in my experience, you manually adjust the playback by taking filesr/sr and using that as the kpitch arg, I never read that statement as promising automatic sr conversion
On Tue, Feb 5, 2013 at 8:10 PM, Art Hunkins <abhunkin@uncg.edu> wrote: Is Csound 5.18 (Windows) supposed to know how to write OGG output? (Using diskin2?) |
Date | 2013-02-06 06:39 |
From | Justin Smith |
Subject | Re: [Csnd] Csound 5.18 and OGG Output |
"If interpolation is used, kpitch is automatically scaled by the ratio of the sample rate of the sound file and the orchestra, so that the file will always be played at the original pitch if kpitch is 1. However, the sample rate conversion is disabled if iwsize is 1." mea culpa! I never would have expected it, but I guess it is supposed to do that automatically
On Tue, Feb 5, 2013 at 10:37 PM, Justin Smith <noisesmith@gmail.com> wrote:
|
Date | 2013-02-06 09:29 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Csound 5.18 and OGG Output |
diskin2 should read any rate and resample it. If you read with any other method, it will not work unless you do the resampling yourself. Victor On 6 Feb 2013, at 04:10, Art Hunkins wrote: > Is Csound 5.18 (Windows) supposed to know how to write OGG output? (Using diskin2?) > > I'm experiencing the following: > > Specifying "-o distill.ogg" and "--ogg" in |
Date | 2013-02-06 09:34 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Csound 5.18 and OGG Output |
In fact I just tested it now and diskin2 works as expected (with ogg input) (on OSX, but the code is the same on all platforms), Victor On 6 Feb 2013, at 09:29, Victor Lazzarini wrote: > diskin2 should read any rate and resample it. If you read with any other method, it will not work unless you do the resampling yourself. > > Victor > > On 6 Feb 2013, at 04:10, Art Hunkins wrote: > >> Is Csound 5.18 (Windows) supposed to know how to write OGG output? (Using diskin2?) >> >> I'm experiencing the following: >> >> Specifying "-o distill.ogg" and "--ogg" in |