update libsndfile to 1.2.2 , bug with 24 bit raw pcm still exist :(
I opened discussion ticket at https://github.com/libsndfile/libsndfile/discussions/992
Andrew, I downloaded libsndfile-1.2.2 from: https://github.com/libsndfile/libsndfile/releases (previously from: http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz) *Where did you download it from??* It does not build. Here is part of the log file: static libsndfile ... tar -xJf src/libsndfile-1.2.2.tar.xz (rebuilt the gz to xz just because previous version was xz) ... touch /tmp/cinelerra-5.1/thirdparty/../thirdparty/build/libsndfile.source ... CONFIGURING libsndfile ... cd libsndfile* && ./configure --disable-shared --enable-static --disable-sqlite --disable-mpeg ... /bin/bash: ./configure: No such file or directory ... make[2]: *** [Makefile:373: /tmp/cinelerra-5.1/thirdparty/../thirdparty/build/libsndfile.configure] Error 127 I verified that thirdparty/libsndfile-1.2.2 has files in it but no "configure" file. On Fri, Jan 19, 2024 at 8:40 PM Andrew Randrianasulu < [email protected]> wrote:
I opened discussion ticket at
сб, 20 янв. 2024 г., 21:08 Phyllis Smith <[email protected]>:
Andrew, I downloaded libsndfile-1.2.2 from: https://github.com/libsndfile/libsndfile/releases (previously from: http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz) *Where did you download it from??*
https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-... ?
It does not build. Here is part of the log file: static libsndfile ... tar -xJf src/libsndfile-1.2.2.tar.xz (rebuilt the gz to xz just because previous version was xz) ... touch /tmp/cinelerra-5.1/thirdparty/../thirdparty/build/libsndfile.source ... CONFIGURING libsndfile ... cd libsndfile* && ./configure --disable-shared --enable-static --disable-sqlite --disable-mpeg ... /bin/bash: ./configure: No such file or directory ... make[2]: *** [Makefile:373: /tmp/cinelerra-5.1/thirdparty/../thirdparty/build/libsndfile.configure] Error 127
I verified that thirdparty/libsndfile-1.2.2 has files in it but no "configure" file.
On Fri, Jan 19, 2024 at 8:40 PM Andrew Randrianasulu < [email protected]> wrote:
I opened discussion ticket at
After I downloaded libsndfile-1.2.2 again, I decided I must have put the computer in sleep mode before the original download finished so it built now. BUT, when still testing LPCM DVD creation, I got the error message in a popup window of:
virtual int FileSndFile::open_file(int,int): Error : minor format is 0.
So I am now testing to see if it happens in the previous 1.0.28 version or if I did something wrong.
https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-...
On Tue, Jan 23, 2024 at 1:49 AM Phyllis Smith <[email protected]> wrote:
After I downloaded libsndfile-1.2.2 again, I decided I must have put the computer in sleep mode before the original download finished so it built now.
BUT, when still testing LPCM DVD creation, I got the error message in a popup window of:
virtual int FileSndFile::open_file(int,int): Error : minor format is 0.
I think I saw this message once - probably non-configured bit depth in PCM parameters?
So I am now testing to see if it happens in the previous 1.0.28 version or if I did something wrong.
https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-...
Andrew, you are probably right. It occurs with previous version of libsndfile 1.0.28 too WHEN you check "Use FFMPEG" on the first "Create DVD" window AND then choose "Raw PCM" for audio. AC3 works fine in this case. I suppose I should log a BT even if it will never get fixed. On Mon, Jan 22, 2024 at 4:11 PM Andrew Randrianasulu < [email protected]> wrote:
On Tue, Jan 23, 2024 at 1:49 AM Phyllis Smith <[email protected]> wrote:
After I downloaded libsndfile-1.2.2 again, I decided I must have put the
computer in sleep mode before the original download finished so it built now.
BUT, when still testing LPCM DVD creation, I got the error message in a
popup window of:
virtual int FileSndFile::open_file(int,int): Error : minor format is 0.
I think I saw this message once - probably non-configured bit depth in PCM parameters?
So I am now testing to see if it happens in the previous 1.0.28 version
or if I did something wrong.
https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-...
Checked into GIT the 1.2.2 libsndfile version - was 1.0.28. Also, checked in window.C with MAXCHANNELS set to 32 instead of being set to 6 when greater.
participants (2)
-
Andrew Randrianasulu -
Phyllis Smith