View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003619 | fsimx_Linux | Audio | public | 2019-01-21 17:44 | 2019-01-21 17:46 |
| Reporter | Keller | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | fsimx6sx-V1.0 | ||||
| Target Version | fsimx6-V3.0 | Fixed in Version | fsimx6-V3.0 | ||
| Summary | 0003619: Sound streams with one channel and 32 bits/sample are played with double speed | ||||
| Description | If 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 Reproduce | Correct: 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 | |||||