[Csnd-dev] write table into audio file
Date | 2018-06-04 15:34 |
From | Tarmo Johannes |
Subject | [Csnd-dev] write table into audio file |
Hi, what is fastest method to write a table containg audio to a file? I need to load audio from file to table, do some manipulations and save it to another file? The files are large and it does not need to be realtime, of course. |
Date | 2018-06-04 17:09 |
From | jpff |
Subject | Re: [Csnd-dev] write table into audio file |
Best would be to write a new opcode...... not too hard. Something like tabwrite trig, file.name", format How quickly do you need a solution? On Mon, 4 Jun 2018, Tarmo Johannes wrote: > Hi, > > what is fastest method to write a table containg audio to a file? > > I need to load audio from file to table, do some manipulations and save it to > another file? The files are large and it does not need to be realtime, of > course. > > tarmo |
Date | 2018-06-04 17:44 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] write table into audio file |
In that case, it would be good if it was asynchronous as well so that it can be used without blocking the processing thread. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 4 Jun 2018, at 17:10, jpff |
Date | 2018-06-07 13:04 |
From | jpff |
Subject | Re: [Csnd-dev] write table into audio file |
New opcode ftaudio is now it git to do this. Documentation to follow On Mon, 4 Jun 2018, jpff wrote: > Best would be to write a new opcode...... not too hard. Something like > tabwrite trig, file.name", format > > How quickly do you need a solution? > > On Mon, 4 Jun 2018, Tarmo Johannes wrote: > >> Hi, >> >> what is fastest method to write a table containg audio to a file? >> >> I need to load audio from file to table, do some manipulations and save it >> to >> another file? The files are large and it does not need to be realtime, of >> course. >> >> tarmo >> |
Date | 2018-06-07 14:36 |
From | "Dr. Richard Boulanger" |
Subject | Re: [Csnd-dev] write table into audio file |
Super! Sent from my iPhone > On Jun 7, 2018, at 8:04 AM, jpff |
Date | 2018-06-08 14:22 |
From | joachim heintz |
Subject | Re: [Csnd-dev] write table into audio file |
+1 very useful, and good to have it as fast, native code. On 07/06/18 15:36, Dr. Richard Boulanger wrote: > Super! > > Sent from my iPhone > >> On Jun 7, 2018, at 8:04 AM, jpff |