Csound Csound-dev Csound-tekno Search About

[Csnd] Compressed audio input?

Date2013-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

Date2013-09-22 21:41
FromPaul Batchelor
SubjectRe: [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:
Am I correct that Csound is unable to process (as, for example, to filter) audio input that is compressed (such as ogg)?
 
Art Hunkins


Date2013-09-22 22:02
FromAndres Cabrera
SubjectRe: [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.

Cheers,
Andrés


On Sun, Sep 22, 2013 at 1:41 PM, Paul Batchelor <pbatchelor@berklee.edu> wrote:
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:
Am I correct that Csound is unable to process (as, for example, to filter) audio input that is compressed (such as ogg)?
 
Art Hunkins



Date2013-09-22 22:13
Fromjpff@cs.bath.ac.uk
SubjectRe: [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