-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Follow-up: Verify properties of audio signals #985
Conversation
The warnings in the log should help to identify corrupt or invalid files. Example: Warning [CachingReaderWorker 1]: Invalid sampling rate [Hz]: 1000 is out of range [ 8000 , 192000 ]
Thank you very much, for this one again. Debug [Main]: BaseTrackPlayerImpl::slotLoadTrack Program received signal SIGSEGV, Segmentation fault. Zipped file: |
Thanks again for your feedback, Daniel! Maybe you need to re-compile the M4A plugin? One of the base classes has Debug [AnalyzerQueue 1]: SoundSourceProvider "Nero FAAD2" created a On 27.07.2016 21:10, Daniel Schürmann wrote:
|
Ah yes, after using the right plug-In the crash is gone. I should have been aware of this issue since I trapped into it earlier ;-) |
I would not increase the plugin version for internal refactorings during Once more this shows how the current plugin system is broken by revealing On 27.07.2016 22:37, Daniel Schürmann wrote:
|
Since we have a significant number of alpha testers using master, we cannot merge this without a new version number. What could be a better technology? A base class change in the Plug-In interface will always leads to incompatibility. Is there a way to check the API programmatic before using it and crashing? |
I've bumped the version number. For the future we have to think about redefinining the API in terms of pure On 28.07.2016 00:29, Daniel Schürmann wrote:
|
Thanks! LGTM |
Verify various properties before reading from audio sources: