Csound Csound-dev Csound-tekno Search About

Csound 6.08 and problem generating flac files

Date2017-05-22 17:31
FromDavid Bellows
SubjectCsound 6.08 and problem generating flac files
Hello all,

I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they ship.

When trying to generate a flac file from Csound something goes wrong.

Here is my command:

csound music.csd --format=flac -o music.flac

Everything looks fine in the output until these lines:

sfinit: cannot open music.flac
...
1 errors in performance

When I try to generate, say, a wav file:

csound music.csd --format=wav -o music.wav

0 errors in performance

and a valid .wav file is produced.

I'm able to generate ogg files just fine as well. Is this a bug in
Csound or something wrong with my system?

Thanks,
Dave Bellows

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-22 18:18
FromMichael Gogins
SubjectRe: Csound 6.08 and problem generating flac files
Looks like your version of libsndfile is out of date and does not support flac.

Try upgrading it.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, May 22, 2017 at 12:31 PM, David Bellows  wrote:
> Hello all,
>
> I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they ship.
>
> When trying to generate a flac file from Csound something goes wrong.
>
> Here is my command:
>
> csound music.csd --format=flac -o music.flac
>
> Everything looks fine in the output until these lines:
>
> sfinit: cannot open music.flac
> ...
> 1 errors in performance
>
> When I try to generate, say, a wav file:
>
> csound music.csd --format=wav -o music.wav
>
> 0 errors in performance
>
> and a valid .wav file is produced.
>
> I'm able to generate ogg files just fine as well. Is this a bug in
> Csound or something wrong with my system?
>
> Thanks,
> Dave Bellows
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-22 19:47
FromTarmo Johannes
SubjectRe: Csound 6.08 and problem generating flac files
this is probably not your issue but I remember once I had problems with flac 
files and discovered I don't have libflac installed. I guess flac files 
otherwise play fine in your system?

tarmo

On esmaspäev, 22. mai 2017 13:18.05 EEST you wrote:
> Looks like your version of libsndfile is out of date and does not support
> flac.
> 
> Try upgrading it.
> 
> Regards,
> Mike
> 
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
> 
> On Mon, May 22, 2017 at 12:31 PM, David Bellows  
wrote:
> > Hello all,
> > 
> > I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they ship.
> > 
> > When trying to generate a flac file from Csound something goes wrong.
> > 
> > Here is my command:
> > 
> > csound music.csd --format=flac -o music.flac
> > 
> > Everything looks fine in the output until these lines:
> > 
> > sfinit: cannot open music.flac
> > ...
> > 1 errors in performance
> > 
> > When I try to generate, say, a wav file:
> > 
> > csound music.csd --format=wav -o music.wav
> > 
> > 0 errors in performance
> > 
> > and a valid .wav file is produced.
> > 
> > I'm able to generate ogg files just fine as well. Is this a bug in
> > Csound or something wrong with my system?
> > 
> > Thanks,
> > Dave Bellows
> > 
> > Csound mailing list
> > Csound@listserv.heanet.ie
> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> > Send bugs reports to
> > 
> >         https://github.com/csound/csound/issues
> > 
> > Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-22 20:44
FromDavid Bellows
SubjectRe: Csound 6.08 and problem generating flac files
> this is probably not your issue but I remember once I had problems with flac
files and discovered I don't have libflac installed. I guess flac files
otherwise play fine in your system?

I am able to play flac files from mplayer and rhythmbox and I've been
able to convert audio files to and from the flac format using ffmpeg
and soundconverter. And every libflac* variation I see in the
repository is installed.

On Mon, May 22, 2017 at 11:47 AM, Tarmo Johannes  wrote:
> this is probably not your issue but I remember once I had problems with flac
> files and discovered I don't have libflac installed. I guess flac files
> otherwise play fine in your system?
>
> tarmo
>
> On esmaspäev, 22. mai 2017 13:18.05 EEST you wrote:
>> Looks like your version of libsndfile is out of date and does not support
>> flac.
>>
>> Try upgrading it.
>>
>> Regards,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>> On Mon, May 22, 2017 at 12:31 PM, David Bellows 
> wrote:
>> > Hello all,
>> >
>> > I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they ship.
>> >
>> > When trying to generate a flac file from Csound something goes wrong.
>> >
>> > Here is my command:
>> >
>> > csound music.csd --format=flac -o music.flac
>> >
>> > Everything looks fine in the output until these lines:
>> >
>> > sfinit: cannot open music.flac
>> > ...
>> > 1 errors in performance
>> >
>> > When I try to generate, say, a wav file:
>> >
>> > csound music.csd --format=wav -o music.wav
>> >
>> > 0 errors in performance
>> >
>> > and a valid .wav file is produced.
>> >
>> > I'm able to generate ogg files just fine as well. Is this a bug in
>> > Csound or something wrong with my system?
>> >
>> > Thanks,
>> > Dave Bellows
>> >
>> > Csound mailing list
>> > Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > Send bugs reports to
>> >
>> >         https://github.com/csound/csound/issues
>> >
>> > Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-22 20:44
FromDavid Bellows
SubjectRe: Csound 6.08 and problem generating flac files
> Looks like your version of libsndfile is out of date and does not support flac.

> Try upgrading it.

I have libsndfile1 1.0.27-1 installed already and I just reinstalled
it (via apt-get) and still nothing.

There's a chance that I installed a custom version of libsndfile1 when
trying to do something fancy and neglected to compile in flac support.
Maybe? Will continue searching.

On Mon, May 22, 2017 at 10:18 AM, Michael Gogins
 wrote:
> Looks like your version of libsndfile is out of date and does not support flac.
>
> Try upgrading it.
>
> Regards,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Mon, May 22, 2017 at 12:31 PM, David Bellows  wrote:
>> Hello all,
>>
>> I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they ship.
>>
>> When trying to generate a flac file from Csound something goes wrong.
>>
>> Here is my command:
>>
>> csound music.csd --format=flac -o music.flac
>>
>> Everything looks fine in the output until these lines:
>>
>> sfinit: cannot open music.flac
>> ...
>> 1 errors in performance
>>
>> When I try to generate, say, a wav file:
>>
>> csound music.csd --format=wav -o music.wav
>>
>> 0 errors in performance
>>
>> and a valid .wav file is produced.
>>
>> I'm able to generate ogg files just fine as well. Is this a bug in
>> Csound or something wrong with my system?
>>
>> Thanks,
>> Dave Bellows
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-22 21:01
Fromjpff
SubjectRe: Csound 6.08 and problem generating flac files
Have you tied running ldd on libsdfile.so ?

It should report dependency o libFLAC

For me on OpensSE

  ldd /usr/lib64/libsndfile.so
         linux-vdso.so.1 (0x00007fffcfff0000)
         libFLAC.so.8 => /usr/lib64/libFLAC.so.8 (0x00007fcf0623c000)
         libvorbisenc.so.2 => /usr/lib64/libvorbisenc.so.2 
(0x00007fcf05d6d000)
         libspeex.so.1 => /usr/lib64/libspeex.so.1 (0x00007fcf05b53000)
         libm.so.6 => /lib64/libm.so.6 (0x00007fcf05856000)
         libc.so.6 => /lib64/libc.so.6 (0x00007fcf054b3000)
         libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007fcf052ab000)
         libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007fcf0507d000)
         /lib64/ld-linux-x86-64.so.2 (0x000056041699d000)


==Jon ff

On Mon, 22 May 2017, David Bellows wrote:

>> this is probably not your issue but I remember once I had problems with flac
> files and discovered I don't have libflac installed. I guess flac files
> otherwise play fine in your system?
>
> I am able to play flac files from mplayer and rhythmbox and I've been
> able to convert audio files to and from the flac format using ffmpeg
> and soundconverter. And every libflac* variation I see in the
> repository is installed.
>
> On Mon, May 22, 2017 at 11:47 AM, Tarmo Johannes  wrote:
>> this is probably not your issue but I remember once I had problems with flac
>> files and discovered I don't have libflac installed. I guess flac files
>> otherwise play fine in your system?
>>
>> tarmo
>>
>> On esmaspäev, 22. mai 2017 13:18.05 EEST you wrote:
>>> Looks like your version of libsndfile is out of date and does not support
>>> flac.
>>>
>>> Try upgrading it.
>>>
>>> Regards,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>> On Mon, May 22, 2017 at 12:31 PM, David Bellows 
>> wrote:
>>>> Hello all,
>>>>
>>>> I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they ship.
>>>>
>>>> When trying to generate a flac file from Csound something goes wrong.
>>>>
>>>> Here is my command:
>>>>
>>>> csound music.csd --format=flac -o music.flac
>>>>
>>>> Everything looks fine in the output until these lines:
>>>>
>>>> sfinit: cannot open music.flac
>>>> ...
>>>> 1 errors in performance
>>>>
>>>> When I try to generate, say, a wav file:
>>>>
>>>> csound music.csd --format=wav -o music.wav
>>>>
>>>> 0 errors in performance
>>>>
>>>> and a valid .wav file is produced.
>>>>
>>>> I'm able to generate ogg files just fine as well. Is this a bug in
>>>> Csound or something wrong with my system?
>>>>
>>>> Thanks,
>>>> Dave Bellows
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>
>>>>         https://github.com/csound/csound/issues
>>>>
>>>> Discussions of bugs and features can be posted here
>>>
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-22 21:06
Fromjpff
SubjectRe: Csound 6.08 and problem generating flac files
OTOH  a simple test fais for  me; will look closer


On Mon, 22 May 2017, jpff wrote:

> Have you tied running ldd on libsdfile.so ?
>
> It should report dependency o libFLAC
>
> For me on OpensSE
>
> ldd /usr/lib64/libsndfile.so
>        linux-vdso.so.1 (0x00007fffcfff0000)
>        libFLAC.so.8 => /usr/lib64/libFLAC.so.8 (0x00007fcf0623c000)
>        libvorbisenc.so.2 => /usr/lib64/libvorbisenc.so.2 
> (0x00007fcf05d6d000)
>        libspeex.so.1 => /usr/lib64/libspeex.so.1 (0x00007fcf05b53000)
>        libm.so.6 => /lib64/libm.so.6 (0x00007fcf05856000)
>        libc.so.6 => /lib64/libc.so.6 (0x00007fcf054b3000)
>        libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007fcf052ab000)
>        libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007fcf0507d000)
>        /lib64/ld-linux-x86-64.so.2 (0x000056041699d000)
>
>
> ==Jon ff
>
> On Mon, 22 May 2017, David Bellows wrote:
>
>>> this is probably not your issue but I remember once I had problems with 
>>> flac
>> files and discovered I don't have libflac installed. I guess flac files
>> otherwise play fine in your system?
>> 
>> I am able to play flac files from mplayer and rhythmbox and I've been
>> able to convert audio files to and from the flac format using ffmpeg
>> and soundconverter. And every libflac* variation I see in the
>> repository is installed.
>> 
>> On Mon, May 22, 2017 at 11:47 AM, Tarmo Johannes  
>> wrote:
>>> this is probably not your issue but I remember once I had problems with 
>>> flac
>>> files and discovered I don't have libflac installed. I guess flac files
>>> otherwise play fine in your system?
>>> 
>>> tarmo
>>> 
>>> On esmaspäev, 22. mai 2017 13:18.05 EEST you wrote:
>>>> Looks like your version of libsndfile is out of date and does not support
>>>> flac.
>>>> 
>>>> Try upgrading it.
>>>> 
>>>> Regards,
>>>> Mike
>>>> 
>>>> -----------------------------------------------------
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://michaelgogins.tumblr.com
>>>> Michael dot Gogins at gmail dot com
>>>> 
>>>> On Mon, May 22, 2017 at 12:31 PM, David Bellows 
>>> wrote:
>>>>> Hello all,
>>>>> 
>>>>> I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they ship.
>>>>> 
>>>>> When trying to generate a flac file from Csound something goes wrong.
>>>>> 
>>>>> Here is my command:
>>>>> 
>>>>> csound music.csd --format=flac -o music.flac
>>>>> 
>>>>> Everything looks fine in the output until these lines:
>>>>> 
>>>>> sfinit: cannot open music.flac
>>>>> ...
>>>>> 1 errors in performance
>>>>> 
>>>>> When I try to generate, say, a wav file:
>>>>> 
>>>>> csound music.csd --format=wav -o music.wav
>>>>> 
>>>>> 0 errors in performance
>>>>> 
>>>>> and a valid .wav file is produced.
>>>>> 
>>>>> I'm able to generate ogg files just fine as well. Is this a bug in
>>>>> Csound or something wrong with my system?
>>>>> 
>>>>> Thanks,
>>>>> Dave Bellows
>>>>> 
>>>>> Csound mailing list
>>>>> Csound@listserv.heanet.ie
>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> Send bugs reports to
>>>>>
>>>>>         https://github.com/csound/csound/issues
>>>>> 
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> 
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-22 21:14
FromDavid Bellows
SubjectRe: Csound 6.08 and problem generating flac files
> Have you tied running ldd on libsdfile.so ?

ldd /usr/lib/x86_64-linux-gnu/libsndfile.so
...
libFLAC.so.8 => /usr/lib/x86_64-linux-gnu/libFLAC.so.8 (0x00007fcfce354000)
...

> OTOH  a simple test fais for  me; will look closer

Ah, that's a relief -- I was starting to really worry something was
terribly borked on my system.


On Mon, May 22, 2017 at 1:01 PM, jpff  wrote:
> Have you tied running ldd on libsdfile.so ?
>
> It should report dependency o libFLAC
>
> For me on OpensSE
>
>  ldd /usr/lib64/libsndfile.so
>         linux-vdso.so.1 (0x00007fffcfff0000)
>         libFLAC.so.8 => /usr/lib64/libFLAC.so.8 (0x00007fcf0623c000)
>         libvorbisenc.so.2 => /usr/lib64/libvorbisenc.so.2
> (0x00007fcf05d6d000)
>         libspeex.so.1 => /usr/lib64/libspeex.so.1 (0x00007fcf05b53000)
>         libm.so.6 => /lib64/libm.so.6 (0x00007fcf05856000)
>         libc.so.6 => /lib64/libc.so.6 (0x00007fcf054b3000)
>         libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007fcf052ab000)
>         libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007fcf0507d000)
>         /lib64/ld-linux-x86-64.so.2 (0x000056041699d000)
>
>
> ==Jon ff
>
>
> On Mon, 22 May 2017, David Bellows wrote:
>
>>> this is probably not your issue but I remember once I had problems with
>>> flac
>>
>> files and discovered I don't have libflac installed. I guess flac files
>> otherwise play fine in your system?
>>
>> I am able to play flac files from mplayer and rhythmbox and I've been
>> able to convert audio files to and from the flac format using ffmpeg
>> and soundconverter. And every libflac* variation I see in the
>> repository is installed.
>>
>> On Mon, May 22, 2017 at 11:47 AM, Tarmo Johannes 
>> wrote:
>>>
>>> this is probably not your issue but I remember once I had problems with
>>> flac
>>> files and discovered I don't have libflac installed. I guess flac files
>>> otherwise play fine in your system?
>>>
>>> tarmo
>>>
>>> On esmaspäev, 22. mai 2017 13:18.05 EEST you wrote:
>>>>
>>>> Looks like your version of libsndfile is out of date and does not
>>>> support
>>>> flac.
>>>>
>>>> Try upgrading it.
>>>>
>>>> Regards,
>>>> Mike
>>>>
>>>> -----------------------------------------------------
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://michaelgogins.tumblr.com
>>>> Michael dot Gogins at gmail dot com
>>>>
>>>> On Mon, May 22, 2017 at 12:31 PM, David Bellows 
>>>
>>> wrote:
>>>>>
>>>>> Hello all,
>>>>>
>>>>> I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they
>>>>> ship.
>>>>>
>>>>> When trying to generate a flac file from Csound something goes wrong.
>>>>>
>>>>> Here is my command:
>>>>>
>>>>> csound music.csd --format=flac -o music.flac
>>>>>
>>>>> Everything looks fine in the output until these lines:
>>>>>
>>>>> sfinit: cannot open music.flac
>>>>> ...
>>>>> 1 errors in performance
>>>>>
>>>>> When I try to generate, say, a wav file:
>>>>>
>>>>> csound music.csd --format=wav -o music.wav
>>>>>
>>>>> 0 errors in performance
>>>>>
>>>>> and a valid .wav file is produced.
>>>>>
>>>>> I'm able to generate ogg files just fine as well. Is this a bug in
>>>>> Csound or something wrong with my system?
>>>>>
>>>>> Thanks,
>>>>> Dave Bellows
>>>>>
>>>>> Csound mailing list
>>>>> Csound@listserv.heanet.ie
>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> Send bugs reports to
>>>>>
>>>>>         https://github.com/csound/csound/issues
>>>>>
>>>>> Discussions of bugs and features can be posted here
>>>>
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>
>>>
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>>
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-23 19:31
FromSteven Yi
SubjectRe: Csound 6.08 and problem generating flac files
I saw that the change was made to the develop branch. What should we
do about this regarding the 6.09 release?

On Mon, May 22, 2017 at 4:14 PM, David Bellows  wrote:
>> Have you tied running ldd on libsdfile.so ?
>
> ldd /usr/lib/x86_64-linux-gnu/libsndfile.so
> ...
> libFLAC.so.8 => /usr/lib/x86_64-linux-gnu/libFLAC.so.8 (0x00007fcfce354000)
> ...
>
>> OTOH  a simple test fais for  me; will look closer
>
> Ah, that's a relief -- I was starting to really worry something was
> terribly borked on my system.
>
>
> On Mon, May 22, 2017 at 1:01 PM, jpff  wrote:
>> Have you tied running ldd on libsdfile.so ?
>>
>> It should report dependency o libFLAC
>>
>> For me on OpensSE
>>
>>  ldd /usr/lib64/libsndfile.so
>>         linux-vdso.so.1 (0x00007fffcfff0000)
>>         libFLAC.so.8 => /usr/lib64/libFLAC.so.8 (0x00007fcf0623c000)
>>         libvorbisenc.so.2 => /usr/lib64/libvorbisenc.so.2
>> (0x00007fcf05d6d000)
>>         libspeex.so.1 => /usr/lib64/libspeex.so.1 (0x00007fcf05b53000)
>>         libm.so.6 => /lib64/libm.so.6 (0x00007fcf05856000)
>>         libc.so.6 => /lib64/libc.so.6 (0x00007fcf054b3000)
>>         libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007fcf052ab000)
>>         libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007fcf0507d000)
>>         /lib64/ld-linux-x86-64.so.2 (0x000056041699d000)
>>
>>
>> ==Jon ff
>>
>>
>> On Mon, 22 May 2017, David Bellows wrote:
>>
>>>> this is probably not your issue but I remember once I had problems with
>>>> flac
>>>
>>> files and discovered I don't have libflac installed. I guess flac files
>>> otherwise play fine in your system?
>>>
>>> I am able to play flac files from mplayer and rhythmbox and I've been
>>> able to convert audio files to and from the flac format using ffmpeg
>>> and soundconverter. And every libflac* variation I see in the
>>> repository is installed.
>>>
>>> On Mon, May 22, 2017 at 11:47 AM, Tarmo Johannes 
>>> wrote:
>>>>
>>>> this is probably not your issue but I remember once I had problems with
>>>> flac
>>>> files and discovered I don't have libflac installed. I guess flac files
>>>> otherwise play fine in your system?
>>>>
>>>> tarmo
>>>>
>>>> On esmaspäev, 22. mai 2017 13:18.05 EEST you wrote:
>>>>>
>>>>> Looks like your version of libsndfile is out of date and does not
>>>>> support
>>>>> flac.
>>>>>
>>>>> Try upgrading it.
>>>>>
>>>>> Regards,
>>>>> Mike
>>>>>
>>>>> -----------------------------------------------------
>>>>> Michael Gogins
>>>>> Irreducible Productions
>>>>> http://michaelgogins.tumblr.com
>>>>> Michael dot Gogins at gmail dot com
>>>>>
>>>>> On Mon, May 22, 2017 at 12:31 PM, David Bellows 
>>>>
>>>> wrote:
>>>>>>
>>>>>> Hello all,
>>>>>>
>>>>>> I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they
>>>>>> ship.
>>>>>>
>>>>>> When trying to generate a flac file from Csound something goes wrong.
>>>>>>
>>>>>> Here is my command:
>>>>>>
>>>>>> csound music.csd --format=flac -o music.flac
>>>>>>
>>>>>> Everything looks fine in the output until these lines:
>>>>>>
>>>>>> sfinit: cannot open music.flac
>>>>>> ...
>>>>>> 1 errors in performance
>>>>>>
>>>>>> When I try to generate, say, a wav file:
>>>>>>
>>>>>> csound music.csd --format=wav -o music.wav
>>>>>>
>>>>>> 0 errors in performance
>>>>>>
>>>>>> and a valid .wav file is produced.
>>>>>>
>>>>>> I'm able to generate ogg files just fine as well. Is this a bug in
>>>>>> Csound or something wrong with my system?
>>>>>>
>>>>>> Thanks,
>>>>>> Dave Bellows
>>>>>>
>>>>>> Csound mailing list
>>>>>> Csound@listserv.heanet.ie
>>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>>> Send bugs reports to
>>>>>>
>>>>>>         https://github.com/csound/csound/issues
>>>>>>
>>>>>> Discussions of bugs and features can be posted here
>>>>>
>>>>>
>>>>> Csound mailing list
>>>>> Csound@listserv.heanet.ie
>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>
>>>
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>>
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-23 19:37
Fromjpff
SubjectRe: Csound 6.08 and problem generating flac files
Good question; I do not know  Changes I made include a minor translation 
issue ad lack of testig

==John ff

I remain on develop branch.

On Tue, 23 May 2017, Steven Yi wrote:

> I saw that the change was made to the develop branch. What should we
> do about this regarding the 6.09 release?
>
> On Mon, May 22, 2017 at 4:14 PM, David Bellows  wrote:
>>> Have you tied running ldd on libsdfile.so ?
>>
>> ldd /usr/lib/x86_64-linux-gnu/libsndfile.so
>> ...
>> libFLAC.so.8 => /usr/lib/x86_64-linux-gnu/libFLAC.so.8 (0x00007fcfce354000)
>> ...
>>
>>> OTOH  a simple test fais for  me; will look closer
>>
>> Ah, that's a relief -- I was starting to really worry something was
>> terribly borked on my system.
>>
>>
>> On Mon, May 22, 2017 at 1:01 PM, jpff  wrote:
>>> Have you tied running ldd on libsdfile.so ?
>>>
>>> It should report dependency o libFLAC
>>>
>>> For me on OpensSE
>>>
>>>  ldd /usr/lib64/libsndfile.so
>>>         linux-vdso.so.1 (0x00007fffcfff0000)
>>>         libFLAC.so.8 => /usr/lib64/libFLAC.so.8 (0x00007fcf0623c000)
>>>         libvorbisenc.so.2 => /usr/lib64/libvorbisenc.so.2
>>> (0x00007fcf05d6d000)
>>>         libspeex.so.1 => /usr/lib64/libspeex.so.1 (0x00007fcf05b53000)
>>>         libm.so.6 => /lib64/libm.so.6 (0x00007fcf05856000)
>>>         libc.so.6 => /lib64/libc.so.6 (0x00007fcf054b3000)
>>>         libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007fcf052ab000)
>>>         libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007fcf0507d000)
>>>         /lib64/ld-linux-x86-64.so.2 (0x000056041699d000)
>>>
>>>
>>> ==Jon ff
>>>
>>>
>>> On Mon, 22 May 2017, David Bellows wrote:
>>>
>>>>> this is probably not your issue but I remember once I had problems with
>>>>> flac
>>>>
>>>> files and discovered I don't have libflac installed. I guess flac files
>>>> otherwise play fine in your system?
>>>>
>>>> I am able to play flac files from mplayer and rhythmbox and I've been
>>>> able to convert audio files to and from the flac format using ffmpeg
>>>> and soundconverter. And every libflac* variation I see in the
>>>> repository is installed.
>>>>
>>>> On Mon, May 22, 2017 at 11:47 AM, Tarmo Johannes 
>>>> wrote:
>>>>>
>>>>> this is probably not your issue but I remember once I had problems with
>>>>> flac
>>>>> files and discovered I don't have libflac installed. I guess flac files
>>>>> otherwise play fine in your system?
>>>>>
>>>>> tarmo
>>>>>
>>>>> On esmaspäev, 22. mai 2017 13:18.05 EEST you wrote:
>>>>>>
>>>>>> Looks like your version of libsndfile is out of date and does not
>>>>>> support
>>>>>> flac.
>>>>>>
>>>>>> Try upgrading it.
>>>>>>
>>>>>> Regards,
>>>>>> Mike
>>>>>>
>>>>>> -----------------------------------------------------
>>>>>> Michael Gogins
>>>>>> Irreducible Productions
>>>>>> http://michaelgogins.tumblr.com
>>>>>> Michael dot Gogins at gmail dot com
>>>>>>
>>>>>> On Mon, May 22, 2017 at 12:31 PM, David Bellows 
>>>>>
>>>>> wrote:
>>>>>>>
>>>>>>> Hello all,
>>>>>>>
>>>>>>> I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they
>>>>>>> ship.
>>>>>>>
>>>>>>> When trying to generate a flac file from Csound something goes wrong.
>>>>>>>
>>>>>>> Here is my command:
>>>>>>>
>>>>>>> csound music.csd --format=flac -o music.flac
>>>>>>>
>>>>>>> Everything looks fine in the output until these lines:
>>>>>>>
>>>>>>> sfinit: cannot open music.flac
>>>>>>> ...
>>>>>>> 1 errors in performance
>>>>>>>
>>>>>>> When I try to generate, say, a wav file:
>>>>>>>
>>>>>>> csound music.csd --format=wav -o music.wav
>>>>>>>
>>>>>>> 0 errors in performance
>>>>>>>
>>>>>>> and a valid .wav file is produced.
>>>>>>>
>>>>>>> I'm able to generate ogg files just fine as well. Is this a bug in
>>>>>>> Csound or something wrong with my system?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Dave Bellows
>>>>>>>
>>>>>>> Csound mailing list
>>>>>>> Csound@listserv.heanet.ie
>>>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>>>> Send bugs reports to
>>>>>>>
>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>
>>>>>>
>>>>>> Csound mailing list
>>>>>> Csound@listserv.heanet.ie
>>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>>> Send bugs reports to
>>>>>>         https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>
>>>>>
>>>>> Csound mailing list
>>>>> Csound@listserv.heanet.ie
>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>        https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>>
>>>
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-23 20:17
FromVictor Lazzarini
SubjectRe: Csound 6.08 and problem generating flac files
it doesn't affect OSX, but maybe we can merge these into the release branches so that it comes out in the sources.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 23 May 2017, at 19:37, jpff  wrote:
> 
> Good question; I do not know  Changes I made include a minor translation issue ad lack of testig
> 
> ==John ff
> 
> I remain on develop branch.
> 
>> On Tue, 23 May 2017, Steven Yi wrote:
>> 
>> I saw that the change was made to the develop branch. What should we
>> do about this regarding the 6.09 release?
>> 
>> On Mon, May 22, 2017 at 4:14 PM, David Bellows  wrote:
>>>> Have you tied running ldd on libsdfile.so ?
>>> 
>>> ldd /usr/lib/x86_64-linux-gnu/libsndfile.so
>>> ...
>>> libFLAC.so.8 => /usr/lib/x86_64-linux-gnu/libFLAC.so.8 (0x00007fcfce354000)
>>> ...
>>> 
>>>> OTOH  a simple test fais for  me; will look closer
>>> 
>>> Ah, that's a relief -- I was starting to really worry something was
>>> terribly borked on my system.
>>> 
>>> 
>>>> On Mon, May 22, 2017 at 1:01 PM, jpff  wrote:
>>>> Have you tied running ldd on libsdfile.so ?
>>>> 
>>>> It should report dependency o libFLAC
>>>> 
>>>> For me on OpensSE
>>>> 
>>>> ldd /usr/lib64/libsndfile.so
>>>>        linux-vdso.so.1 (0x00007fffcfff0000)
>>>>        libFLAC.so.8 => /usr/lib64/libFLAC.so.8 (0x00007fcf0623c000)
>>>>        libvorbisenc.so.2 => /usr/lib64/libvorbisenc.so.2
>>>> (0x00007fcf05d6d000)
>>>>        libspeex.so.1 => /usr/lib64/libspeex.so.1 (0x00007fcf05b53000)
>>>>        libm.so.6 => /lib64/libm.so.6 (0x00007fcf05856000)
>>>>        libc.so.6 => /lib64/libc.so.6 (0x00007fcf054b3000)
>>>>        libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007fcf052ab000)
>>>>        libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007fcf0507d000)
>>>>        /lib64/ld-linux-x86-64.so.2 (0x000056041699d000)
>>>> 
>>>> 
>>>> ==Jon ff
>>>> 
>>>> 
>>>> On Mon, 22 May 2017, David Bellows wrote:
>>>> 
>>>>>> this is probably not your issue but I remember once I had problems with
>>>>>> flac
>>>>> 
>>>>> files and discovered I don't have libflac installed. I guess flac files
>>>>> otherwise play fine in your system?
>>>>> 
>>>>> I am able to play flac files from mplayer and rhythmbox and I've been
>>>>> able to convert audio files to and from the flac format using ffmpeg
>>>>> and soundconverter. And every libflac* variation I see in the
>>>>> repository is installed.
>>>>> 
>>>>> On Mon, May 22, 2017 at 11:47 AM, Tarmo Johannes 
>>>>> wrote:
>>>>>> 
>>>>>> this is probably not your issue but I remember once I had problems with
>>>>>> flac
>>>>>> files and discovered I don't have libflac installed. I guess flac files
>>>>>> otherwise play fine in your system?
>>>>>> 
>>>>>> tarmo
>>>>>> 
>>>>>>> On esmaspäev, 22. mai 2017 13:18.05 EEST you wrote:
>>>>>>> 
>>>>>>> Looks like your version of libsndfile is out of date and does not
>>>>>>> support
>>>>>>> flac.
>>>>>>> 
>>>>>>> Try upgrading it.
>>>>>>> 
>>>>>>> Regards,
>>>>>>> Mike
>>>>>>> 
>>>>>>> -----------------------------------------------------
>>>>>>> Michael Gogins
>>>>>>> Irreducible Productions
>>>>>>> http://michaelgogins.tumblr.com
>>>>>>> Michael dot Gogins at gmail dot com
>>>>>>> 
>>>>>>> On Mon, May 22, 2017 at 12:31 PM, David Bellows 
>>>>>> 
>>>>>> wrote:
>>>>>>>> 
>>>>>>>> Hello all,
>>>>>>>> 
>>>>>>>> I'm running Csound 6.08 on Ubuntu 17.04 using the Csound that they
>>>>>>>> ship.
>>>>>>>> 
>>>>>>>> When trying to generate a flac file from Csound something goes wrong.
>>>>>>>> 
>>>>>>>> Here is my command:
>>>>>>>> 
>>>>>>>> csound music.csd --format=flac -o music.flac
>>>>>>>> 
>>>>>>>> Everything looks fine in the output until these lines:
>>>>>>>> 
>>>>>>>> sfinit: cannot open music.flac
>>>>>>>> ...
>>>>>>>> 1 errors in performance
>>>>>>>> 
>>>>>>>> When I try to generate, say, a wav file:
>>>>>>>> 
>>>>>>>> csound music.csd --format=wav -o music.wav
>>>>>>>> 
>>>>>>>> 0 errors in performance
>>>>>>>> 
>>>>>>>> and a valid .wav file is produced.
>>>>>>>> 
>>>>>>>> I'm able to generate ogg files just fine as well. Is this a bug in
>>>>>>>> Csound or something wrong with my system?
>>>>>>>> 
>>>>>>>> Thanks,
>>>>>>>> Dave Bellows
>>>>>>>> 
>>>>>>>> Csound mailing list
>>>>>>>> Csound@listserv.heanet.ie
>>>>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>>>>> Send bugs reports to
>>>>>>>> 
>>>>>>>>        https://github.com/csound/csound/issues
>>>>>>>> 
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> 
>>>>>>> 
>>>>>>> Csound mailing list
>>>>>>> Csound@listserv.heanet.ie
>>>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>>>> Send bugs reports to
>>>>>>>        https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> Csound mailing list
>>>>>> Csound@listserv.heanet.ie
>>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>>> Send bugs reports to
>>>>>>        https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> 
>>>>> Csound mailing list
>>>>> Csound@listserv.heanet.ie
>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> Send bugs reports to
>>>>>       https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>> 
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> 
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here