qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Audio playback speed issue on sam460ex and pegasos2


From: Volker Rümelin
Subject: Re: Audio playback speed issue on sam460ex and pegasos2
Date: Sun, 12 Mar 2023 15:58:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

Am 12.03.23 um 15:09 schrieb Rene Engel:
Tested with -audiodev coreaudio,id=audio0,out.buffer-count=1 to 12

1 is too slow the rest up to 12 has no effect

The sampling frequency of the via-ac97 driver is 48000 Hz under AmigaOs4.1

Any other ideas?



In audio/audio_template.h in the AUD_open_ functions there is one

    ldebug ("open %s, freq %d, nchannels %d, fmt %d\n",
            name, as->freq, as->nchannels, as->fmt);

line. Please replace this line with

    fprintf(stderr, "open %s, freq %d, nchannels %d, fmt %d\n",
            name, as->freq, as->nchannels, as->fmt);

compile and start AmigaOS. Use the default out.buffer-count. I would like to know the via-ac97 drivers idea of the sampling frequency.

It would help if I could reproduce this issue on my computer.

With best regards,
Volker




reply via email to

[Prev in Thread] Current Thread [Next in Thread]