View Issue Details

IDProjectCategoryView StatusLast Update
0003619fsimx_LinuxAudiopublic2019-01-21 17:46
ReporterKeller Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Versionfsimx6sx-V1.0 
Target Versionfsimx6-V3.0Fixed in Versionfsimx6-V3.0 
Summary0003619: Sound streams with one channel and 32 bits/sample are played with double speed
DescriptionIf a sound stream uses 32 bit samples but only has one channel, the sound is played in double speed (i.e. double frequency). For example if a sound with 440Hz is played, the result has 880Hz. However streams with 16 bit samples are correct.
Steps To ReproduceCorrect:

    gst-launch audiotestsrc ! audio/x-raw-int,depth=16,channels=2 ! alsasink
    gst-launch audiotestsrc ! audio/x-raw-int,depth=16,channels=1 ! alsasink
    gst-launch audiotestsrc ! audio/x-raw-int,depth=32,channels=2 ! alsasink

Bad:

    gst-launch audiotestsrc ! audio/x-raw-int,depth=32,channels=1 ! alsasink
Forum Link

Activities

There are no notes attached to this issue.