[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#941132: 1.3.3-1: Decode now causes file error on external device



Package: flac
Followup-For: Bug #941132

Hi Fabian,

please find below the desired data. (I do not have an account with GitHub and it would take days if not weeks to study the terms and conditions.)


$ sndfile-info flactestfile.flac
========================================
File : flactestfile.flac
Length : 87300666
FLAC Stream Metadata
  Channels    : 2
  Sample rate : 44100
  Frames      : 22140490
  Bit width   : 24
Picture Metadata
Vorbis Comment Metadata
  title        : flactestfile
  artist       : Ich
  date         : 2019
  album        : flactestfile
  tracknumber  : 1
  genre        : Ambient, Chillout, Downbeat, Psybient, Psychill; New Age, Instrumental
Padding Metadata
End

----------------------------------------
Sample Rate : 44100
Frames      : 22140490
Channels    : 2
Format      : 0x00170003
Sections    : 1
Seekable    : TRUE
Duration    : 00:08:22.052
Signal Max  : 8.38861e+06 (0.00 dB)



$ flac --version
flac 1.3.2
$ flac -d flactestfile.flac
$ sndfile-info flactestfile.wav
========================================
File : flactestfile.wav
Length : 132842984
RIFF : 132842976
WAVE
fmt  : 16
  Format        : 0x1 => WAVE_FORMAT_PCM
  Channels      : 2
  Sample Rate   : 44100
  Block Align   : 6
  Bit Width     : 24
  Bytes/sec     : 264600
data : 132842940
End

----------------------------------------
Sample Rate : 44100
Frames      : 22140490
Channels    : 2
Format      : 0x00010003
Sections    : 1
Seekable    : TRUE
Duration    : 00:08:22.052
Signal Max  : 8.38861e+06 (0.00 dB)



$ flac --version
flac 1.3.3
$ flac -d flactestfile.flac
$ sndfile-info flactestfile.wav
========================================
File : flactestfile.wav
Length : 132843008
RIFF : 132843000
WAVE
fmt  : 40
  Format        : 0xFFFE => WAVE_FORMAT_EXTENSIBLE
  Channels      : 2
  Sample Rate   : 44100
  Block Align   : 6
  Bit Width     : 24
  Bytes/sec     : 264600
  Valid Bits    : 24
  Channel Mask  : 0x3 (L, R)
  Subformat
    esf_field1 : 0x1
    esf_field2 : 0x0
    esf_field3 : 0x10
    esf_field4 : 0x80 0x0 0x0 0xAA 0x0 0x38 0x9B 0x71 
    format : pcm
data : 132842940
End
**** All non-PCM format files should have a 'fact' chunk.

----------------------------------------
Sample Rate : 44100
Frames      : 22140490
Channels    : 2
Format      : 0x00130003
Sections    : 1
Seekable    : TRUE
Duration    : 00:08:22.052
Signal Max  : 8.38861e+06 (0.00 dB)


Reply to: