Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

negative xrun times #105

Open
swapan-g opened this issue Feb 1, 2021 · 4 comments
Open

negative xrun times #105

swapan-g opened this issue Feb 1, 2021 · 4 comments

Comments

@swapan-g
Copy link

swapan-g commented Feb 1, 2021

Hello I am running the chatty client demo. the Xrun call back is producing negative values
e.g. xrun; delay -274886000640.0 microseconds

This clearly makes no sense.... There is no audible artifacts in the audio stream

I am running Ubuntu 20.04.2

@mgeier
Copy link
Member

mgeier commented Feb 2, 2021

Yeah, not only is it negative, it's also about 76 hours, which doesn't seem like a typical delay value ...

Maybe that's some kind of integer overflow error?

I don't think this is caused by the Python wrapper, the value comes directly from the JACK library (using the jack_get_xrun_delayed_usecs() function).

You should probably ask this to the JACK developers: https://jackaudio.org/community.html?

@swapan-g
Copy link
Author

swapan-g commented Feb 2, 2021

Thanks I will inquire there. For what it's worth: I also noticed values are the same magnitude but opposite in sign as the 'usecs' output when jack_showtime. Also the values produces by the Xrun callback continually increase..

@mgeier
Copy link
Member

mgeier commented May 25, 2021

@swapan-g Any news on this?

@swapan-g
Copy link
Author

No never learned anymore...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants