-
Notifications
You must be signed in to change notification settings - Fork 53
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
AudioPlayer::Soundfile::soundfile_error #154
Comments
That's with any file. |
What kind of sound files is it? |
... I could also imagine that there is an issue with the path to the file (special characters or paths that are too long or so). Could this be? |
Tested with wav and flac files.
Yes, it could, because my native language is Russian so my system uses ru_RU.utf-8 locale. I tested it with paths without any cirrylic symbols but it didn't help so I haven't had any confidence yet. |
Example of tested stuff |
Sorry for the delay... I tested your file on maxOS and it works well. The only proposition that I have is re-installing libsndfile and ecasound. We've seen problems with ecasound on some systems that could only be solved by compiling ecasound on that system. Your error sounds similar to this one: https://ssr.readthedocs.io/en/0.5.0/operation.html#ecasound-cannot-open-a-jack-port (there is a solution proposed) Finally, another issue can be that jack might be running with realtime priority. This can prevent clients without realtime priority from connecting to it. |
You're never guilty in the unavoidable :) |
Please check if ecasound can play your files to jack. The command would be something like
Make sure you keep the volume low. ;) It'll play with maximum amplitude directly to your audio interface. |
Yes, Ecasoud seems working well. I'm hearing my file in ecasound without any distortion
(audioio_jack_manager) JACK transport: send/receive disabled (mode: notransport)
|
Sorry, I have no idea what to do now. The problem occurs here. Ecasound seems to be having trouble opening the file. I'd suggest that you try to invoke the same ecasound commands on the command line that are being invoked in lines 120-130 and see if that tells you anything... |
SSR 0.5 , Gentoo Linux.
terminate called after throwing an instance of 'AudioPlayer::Soundfile::soundfile_error'
what(): get_format(): ERROR: Can't connect; chainsetup not valid!
Cannot read socket fd = 5 err = Выполнено
CheckRes error
JackSocketClientChannel read fail
terminate called recursively
Unable to start Dr. Konqi
The text was updated successfully, but these errors were encountered: