[Csnd] Compressed audio input?
Date | 2013-09-22 21:20 |
From | "Art Hunkins" |
Subject | [Csnd] Compressed audio input? |
Am I correct that Csound is unable to process (as,
for example, to filter) audio input that is compressed (such as
ogg)?
Art Hunkins |
Date | 2013-09-22 21:41 |
From | Paul Batchelor |
Subject | Re: [Csnd] Compressed audio input? |
Csound can process mp3 files with mp3in opcode. I don't know about the ogg format though... On Sun, Sep 22, 2013 at 4:20 PM, Art Hunkins <abhunkin@uncg.edu> wrote:
|
Date | 2013-09-22 22:02 |
From | Andres Cabrera |
Subject | Re: [Csnd] Compressed audio input? |
If supported by libsndfile then it will be supported by Csound. Libsndfile supports ogg, flac and CAF (I think). But the caveat is that libsndfile can also be built with or w/o support so it depends how libsndfile was built. I haven't checked but it could vary between the distributed binaries for the different platforms.
On Sun, Sep 22, 2013 at 1:41 PM, Paul Batchelor <pbatchelor@berklee.edu> wrote:
|
Date | 2013-09-22 22:13 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] Compressed audio input? |
> Am I correct that Csound is unable to process (as, for example, to filter) > audio input that is compressed (such as ogg)? > > Art Hunkins libsndfile supports ogg (I know as I wrote it!) ==John ff |