openal-soft icon indicating copy to clipboard operation
openal-soft copied to clipboard

Failed to check format support: 0x8007007f when pressing record button on telegram desktop

Open darknight7 opened this issue 2 years ago • 1 comments

I've been told to push this issue here as apparently the telegram team cannot work on it. Original issue For convenience: log on button press:

[ALSOFT] (II) Got message "Open Device" (0x0000, this=000002358FFAD0A8)
[ALSOFT] (II) Got message "Reset Device" (0x0001, this=000002358FFAD0A8)
[ALSOFT] (II) Requesting capture format:
    FormatTag      = 0xfffe
    Channels       = 1
    SamplesPerSec  = 48000
    AvgBytesPerSec = 96000
    BlockAlign     = 2
    BitsPerSample  = 16
    Size           = 22
    Samples        = 16
    ChannelMask    = 0x4
    SubFormat      = {00000001-0000-0010-8000-00aa00389b71}
[ALSOFT] (EE) Failed to check format support: 0x8007007f
[ALSOFT] (II) Got message "Close Device" (0x0004, this=000002358FFAD0A8)
[ALSOFT] (WW) Failed to open capture device: Device reset failed
[ALSOFT] (WW) Error generated on device 0000000000000000, code 0xa004
[ALSOFT] (II) Freeing device 00000235915E88D0

I'm using BT buds, Jlab go air pop, I'll help debug if I can.

darknight7 avatar May 17 '22 12:05 darknight7

Seems something deep down is throwing an ERROR_PROC_NOT_FOUND error. Maybe related to the bluetooth driver, but that's just speculation. I added a potential workaround with commit 54d72d17ad64809aeaf7a840447e398b2d38cbc9, which should allow it to work.

kcat avatar May 17 '22 20:05 kcat