[Csnd] ogg audio in?
| Date | 2010-07-27 01:43 |
| From | "Art Hunkins" |
| Subject | [Csnd] ogg audio in? |
Is there any chance someone might implement ogg audio input to Csound?
I know John ff has just done an mp3 opcode.
My new FileMix utility works quite well on the XO machines (and SoaS) via
commandline, and I'm considering the possibility of making an Activity of
it.
This would have to be in conjunction with the existing Record Activity,
however, which only makes ogg format files. (They are really into open
source - which I understand.)
Hence, my query.
Art Hunkins
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2010-07-27 09:25 |
| From | jpff@cs.bath.ac.uk |
| Subject | [Csnd] Re: ogg audio in? |
> Is there any chance someone might implement ogg audio input to Csound?
>
> I know John ff has just done an mp3 opcode.
>
>
Been there for at least two years. Libsndfile provides both in and out
for ogg.
==John ff
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2010-07-28 09:50 |
| From | Erik de Castro Lopo |
| Subject | [Csnd] Re: Re: ogg audio in? |
jpff@cs.bath.ac.uk wrote: > > Is there any chance someone might implement ogg audio input to Csound? > > > > I know John ff has just done an mp3 opcode. > > > > > > Been there for at least two years. Libsndfile provides both in and out > for ogg. Mostly thanks to John :-). Erik |
| Date | 2010-07-28 11:01 |
| From | joachim heintz |
| Subject | [Csnd] Re: Re: Re: ogg audio in? |
i tried an .ogg file, with soundin, diskin and diskin2, but just get
noise.
i tried both, mono and stereo; it's the same.
is there any trick, or did i misunderstand the words that libsndfile
provides it?
i am on osx 10.5.8, csound 5.12.4ub.
joachim
Am 28.07.2010 um 10:50 schrieb Erik de Castro Lopo:
> jpff@cs.bath.ac.uk wrote:
>
>>> Is there any chance someone might implement ogg audio input to
>>> Csound?
>>>
>>> I know John ff has just done an mp3 opcode.
>>>
>>>
>>
>> Been there for at least two years. Libsndfile provides both in and
>> out
>> for ogg.
>
> Mostly thanks to John :-).
>
> Erik
> --
> ----------------------------------------------------------------------
> Erik de Castro Lopo
> http://www.mega-nerd.com/
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"
>
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2010-07-28 11:41 |
| From | jpff@cs.bath.ac.uk |
| Subject | [Csnd] Re: Re: Re: Re: ogg audio in? |
> i tried an .ogg file, with soundin, diskin and diskin2, but just get
> noise.
> i tried both, mono and stereo; it's the same.
> is there any trick, or did i misunderstand the words that libsndfile
> provides it?
> i am on osx 10.5.8, csound 5.12.4ub.
>
> joachim
>
>
Which version of libsndfule?
==John ff
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2010-07-28 11:57 |
| From | Victor Lazzarini |
| Subject | [Csnd] Re: Re: Re: Re: Re: ogg audio in? |
Sorry, the libsndfile I provide does not have ogg, because I have not
built with that option (yet another dependency). If this is required I
can do that for the next release. In the meantime, you can always
build your own libsndfile with ogg and replace the one that is
installed. It should give you the support for it.
Victor
On 28 Jul 2010, at 11:41, jpff@cs.bath.ac.uk wrote:
>> i tried an .ogg file, with soundin, diskin and diskin2, but just get
>> noise.
>> i tried both, mono and stereo; it's the same.
>> is there any trick, or did i misunderstand the words that libsndfile
>> provides it?
>> i am on osx 10.5.8, csound 5.12.4ub.
>>
>> joachim
>>
>>
>
> Which version of libsndfule?
>
> ==John ff
>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2010-07-28 12:15 |
| From | joachim heintz |
| Subject | [Csnd] Re: Re: Re: Re: Re: Re: ogg audio in? |
thanks. in my opinion, it would be great to have it for the next
release. there's no hurry; i just wanted to try it.
best -
joachim
Am 28.07.2010 um 12:57 schrieb Victor Lazzarini:
> Sorry, the libsndfile I provide does not have ogg, because I have
> not built with that option (yet another dependency). If this is
> required I can do that for the next release. In the meantime, you
> can always build your own libsndfile with ogg and replace the one
> that is installed. It should give you the support for it.
>
> Victor
>
> On 28 Jul 2010, at 11:41, jpff@cs.bath.ac.uk wrote:
>
>>> i tried an .ogg file, with soundin, diskin and diskin2, but just get
>>> noise.
>>> i tried both, mono and stereo; it's the same.
>>> is there any trick, or did i misunderstand the words that libsndfile
>>> provides it?
>>> i am on osx 10.5.8, csound 5.12.4ub.
>>>
>>> joachim
>>>
>>>
>>
>> Which version of libsndfule?
>>
>> ==John ff
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"
>
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|