

Code: Select all
pcm.dmix2_true {
type dmix
ipc_key 674249
ipc_key_add_uid false
ipc_perm 0666
slave {
pcm "hw:1,0"
rate 48000
format "S16_LE"
#
period_time 0
period_size 1024
buffer_time 0
buffer_size 8192
}
bindings {
0 0
1 1
}
}
Code: Select all
Audio
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Mode : Joint stereo
Duration : 4mn 4s
Bit rate mode : Constant
Bit rate : 320 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz
Compression mode : Lossy
Stream size : 9.31 MiB (98%)
Code: Select all
real 3m45.085s
user 0m26.970s
sys 0m5.230s
Code: Select all
real 3m45.100s
user 0m26.670s
sys 0m3.990s
Code: Select all
real 4m4.837s
user 0m25.790s
sys 0m4.710s
Code: Select all
real 4m4.333s
user 0m11.190s
sys 0m1.240s
Code: Select all
real 4m4.928s
user 0m18.280s
sys 0m0.630s
Code: Select all
$ omxplayer -i file1.mp3
...
Duration: 00:00:03.92, start: 0.000000, bitrate: 35 kb/s
Stream #0:0: Audio: mp3, 11025 Hz, mono, s16p, 32 kb/s
$ omxplayer -i file2.mp3
...
Duration: 00:00:05.34, start: 0.000000, bitrate: 58 kb/s
Stream #0:0: Audio: mp3, 22050 Hz, stereo, s16p, 56 kb/s
Code: Select all
$ omxplayer -o alsa file1.mp3
Audio codec mp3 channels 1 samplerate 11025 bitspersample 16
Subtitle count: 0, state: off, index: 1, delay: 0
$ omxplayer -o alsa file2.mp3
Audio codec mp3 channels 2 samplerate 22050 bitspersample 16
Subtitle count: 0, state: off, index: 1, delay: 0
Thank you!jehutting wrote: ↑Sat Mar 10, 2018 11:06 am@di512
If you still have problems with omxplayer playing the files too fast, could you run omxplayer with the -g option, and post the omxplayer.log?
Looking at E3V3A issue, I found a small problem with omxplayer. With your log I want to verify if that is also causing your issue.
Thanks in advance.