Opened 4 years ago
Last modified 4 years ago
#16639 new bug
Can't play wav file correctly when using es1370 driver
Reported by: | danboid | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/Audio/es1370 | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
When running haiku-master-hrev54756-x86_gcc2h-anyboot under qemu 4.2.1 running under Ubuntu 20.04 using qemus es1370 soundhw option, the following wav file sounds like its being played at half speed when played with MediaPlayer:
https://freewavesamples.com/files/Ensoniq-ZR-76-03-Dope-85.wav
$ mediainfo Ensoniq-ZR-76-03-Dope-85.wav General Complete name : Ensoniq-ZR-76-03-Dope-85.wav Format : Wave File size : 486 KiB Duration : 2 s 821 ms Overall bit rate mode : Constant Overall bit rate : 1 412 kb/s Performer : freewavesamples.com Director : freewavesamples.com Audio Format : PCM Format settings : Little / Signed Codec ID : 1 Duration : 2 s 821 ms Bit rate mode : Constant Bit rate : 1 411.2 kb/s Channel(s) : 2 channels Sampling rate : 44.1 kHz Bit depth : 16 bits Stream size : 486 KiB (100%)
If I play the same wav file under MediaPlayer with exactly the same config but using qemu's AC97 soundhw driver instead the file plays back correctly.
Change History (2)
comment:2 by , 4 years ago
Component: | Drivers → Drivers/Audio/es1370 |
---|---|
Description: | modified (diff) |
Keywords: | es1370 qemu audio driver removed |
Note:
See TracTickets
for help on using tickets.
I thought it would also be worth mentioning that I have got the same wav file to play OK under the same version of qemu using the es1370 soundhw driver but running NetBSD 9.1 in a guest VM. By the looks of it, OpenBSD should work too but I've not tried.