[Csnd] Question to users
Date | 2018-03-24 20:37 |
From | John |
Subject | [Csnd] Question to users |
In investigating the recent reports of problems with diskin2 etc we have identified an oddity (or even a problem) in the opening of audio files for reading. If the open fails for any reason there is a further attempt to open the file as a raw audio with the current sample rate and other parameters such as sample size/style somewhat uncertain. This open may well succeed for almost any file, and the program will continue with the audio data taken as raw. Does anyone rely in thus behaviour, or know of anyone who does? I think this behaviour is wrong-minded but it would be an incompatible change from what was introduced in csound5. Note that a raw file can be used if the iformat argument is set to a value between 1 and 10. ==John ffitch Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2018-03-25 14:03 |
From | Anders Genell |
Subject | Re: [Csnd] Question to users |
I/we have never been relying on such a fallback. I either use files with headers or specify raw properties, and would actually prefer if there wasn’t a way to suddenly be blasted by undefined audio... Regards, Anders > 24 mars 2018 kl. 21:37 skrev John |
Date | 2018-03-25 18:25 |
From | joachim heintz |
Subject | Re: [Csnd] Question to users |
+1 On 25/03/18 15:03, Anders Genell wrote: > I/we have never been relying on such a fallback. I either use files with headers or specify raw properties, and would actually prefer if there wasn’t a way to suddenly be blasted by undefined audio... > > Regards, > Anders > >> 24 mars 2018 kl. 21:37 skrev John |
Date | 2018-03-25 20:33 |
From | Rory Walsh |
Subject | Re: [Csnd] Question to users |
Same as that. On Sun 25 Mar 2018, 19:26 joachim heintz, <jh@joachimheintz.de> wrote: +1 |
Date | 2018-03-25 22:45 |
From | Oscar Pablo Di Liscia |
Subject | Re: [Csnd] Question to users |
Likewise. I almost never use headerless sound files, but even doing so, I would use de appropriate settings to reflect their properties. Many thanks El domingo, 25 de marzo de 2018, Rory Walsh <rorywalsh@ear.ie> escribió:
-- Dr. Oscar Pablo Di Liscia Profesor Titular Director Programa de Investigación "Sistemas Temporales y Síntesis Espacial de Sonido en el Arte Sonoro"Escuela Universitaria de Artes Universidad Nacional de QuilmesCsound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2018-03-26 00:25 |
From | thorin kerr |
Subject | Re: [Csnd] Question to users |
How would a user know if they are relying on the fallback? Is there a message? I can see it's an odd feature, but ... maybe in some circumstances... a useful one. Thorin On Sun, 25 Mar. 2018, 6:38 am John, <jpff@codemist.co.uk> wrote: In investigating the recent reports of problems with diskin2 etc we |
Date | 2018-03-26 12:22 |
From | John ff |
Subject | Re: [Csnd] Question to users |
There is a warning message in v6.11 but it still feels wrong minded. Sent from TypeApp On Mar 26, 2018, 00:26, at 00:26, thorin kerr |
Date | 2018-03-26 12:27 |
From | Steven Yi |
Subject | Re: [Csnd] Question to users |
Maybe late, but +1 for removing the fallback to raw. On Mon, Mar 26, 2018 at 7:22 AM, John ff |
Date | 2018-03-26 12:43 |
From | Michael Gogins |
Subject | Re: [Csnd] Question to users |
I have no objection to removing the fallback. Regards, Mike On Mon, Mar 26, 2018, 7:27 AM Steven Yi <stevenyi@gmail.com> wrote: Maybe late, but +1 for removing the fallback to raw. |