First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Isochronous audio data missing

I'm recording audio from a microphone and I noticed that sometimes ISO packets don't have any data in them during active recording. Recordings work perfectly fine on a Windows PC but have issues on Mac, such as audio drops, repeats etc.

Usually I'd see something like this while I'm recording in the USB isochronous packet:

ISO Data offset: xxxx

ISO Data length: 0x00000020 (relevant) //Max packet size is 32 Bytes

ISO USBD status: xxxx

ISO Data: Hex Data

But sometimes in between Hex Data packets, I'd see empty packets with no data at all, not even 0s.

ISO Data offset: xxxx

ISO Data length: 0x00000000 (relevant)

ISO USBD status: xxxx

ISO Data field is missing

My guess is that these missing data packets are responsible for the behavior on Mac. Are these packets considered Zero Length Packets telling host transmission is over? Even though more data is still coming in?

xio's avatar
1
xio
asked 2023-12-12 22:09:52 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Update System and Drivers:

Ensure your Mac's operating system is up-to-date, as updates often include fixes for hardware compatibility issues. Check if there are any specific drivers for your audio device that need to be updated.

NOORA's avatar
1
NOORA
answered 2023-12-15 19:55:12 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer