[Csnd-dev] diskin broken for writing into an audio array
Date | 2018-04-04 13:51 |
From | joachim heintz |
Subject | [Csnd-dev] diskin broken for writing into an audio array |
this is what i get with latest git: instr 1 aSound[] diskin "fox.wav" endin INIT ERROR in instr 1: diskin2: fox.wav: failed to open file: Error. Bad format field in SF_INFO struct when opening a RAW file for read. aSound diskin "fox.wav" 1 0 0 0 0 0 0 0 thanks for looking into it - |
Date | 2018-04-04 22:21 |
From | jpff |
Subject | Re: [Csnd-dev] diskin broken for writing into an audio array |
Fixed in git On Wed, 4 Apr 2018, joachim heintz wrote: > this is what i get with latest git: > > instr 1 > aSound[] diskin "fox.wav" > endin > > INIT ERROR in instr 1: diskin2: fox.wav: failed to open file: Error. Bad > format field in SF_INFO struct when opening a RAW file for read. > aSound diskin "fox.wav" 1 0 0 0 0 0 > 0 0 > > > thanks for looking into it - > > joachim |
Date | 2018-04-05 08:28 |
From | joachim heintz |
Subject | Re: [Csnd-dev] diskin broken for writing into an audio array |
yes works again =) On 04/04/18 23:21, jpff wrote: > Fixed in git > > On Wed, 4 Apr 2018, joachim heintz wrote: > >> this is what i get with latest git: >> >> instr 1 >> aSound[] diskin "fox.wav" >> endin >> >> INIT ERROR in instr 1: diskin2: fox.wav: failed to open file: Error. >> Bad format field in SF_INFO struct when opening a RAW file for read. >> aSound diskin "fox.wav" 1 0 0 0 0 0 0 0 >> >> >> thanks for looking into it - >> >> joachim >> |