View Issue Details

IDProjectCategoryView StatusLast Update
0002219ardourbugspublic2008-04-24 17:29
Reportertimblech Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product VersionSVN/2.0-ongoing 
Summary0002219: exporting multichannel region bug
Descriptionwhen exporting a multichannel region (a 3-channel region in my case), results in a badly exported file:

- the exported file is only a 2-channel file
- the exported file sounds like it is corrupted during export

ardour 2.4.1
Additional Informationone of the original files forming the 3-channel region:
tim@laptop:~$ sndfile-info usod/interchange/usod/audiofiles/Audio\ 1-7%a.wav

Version : libsndfile-1.0.17

========================================
File : usod/interchange/usod/audiofiles/Audio 1-7%a.wav
Length : 20750392
RIFF : 20750384
WAVE
fmt : 16
  Format : 0x3 => WAVE_FORMAT_IEEE_FLOAT
  Channels : 1
  Sample Rate : 44100
  Block Align : 4
  Bit Width : 32
  Bytes/sec : 176400
fact : 4
  frames : 5187584
data : 20750336
End

----------------------------------------
Sample Rate : 44100
Frames : 5187584
Channels : 1
Format : 0x00010006
Sections : 1
Seekable : TRUE
Duration : 00:01:57.632
Signal Max : 0.0802881 (-21.91 dB)

the exported file:
tim@laptop:~$ sndfile-info 3c.wav

Version : libsndfile-1.0.17

========================================
File : 3c.wav
Length : 31125548
RIFF : 31125540
WAVE
fmt : 16
  Format : 0x1 => WAVE_FORMAT_PCM
  Channels : 2
  Sample Rate : 44100
  Block Align : 6
  Bit Width : 24
  Bytes/sec : 264600
data : 31125504
End

----------------------------------------
Sample Rate : 44100
Frames : 5187584
Channels : 2
Format : 0x00010003
Sections : 1
Seekable : TRUE
Duration : 00:01:57.632
Signal Max : 687978 (-21.72 dB)
TagsNo tags attached.

Activities

2008-04-24 17:29

 

Issue History

Date Modified Username Field Change
2008-04-24 14:31 timblech New Issue
2008-04-24 17:29 timblech File Added: 0001-fixed-multichannel-export.patch