psibre

Results 21 issues of psibre

Perhaps related to #524, I just noticed some strange behavior when extracting a part from a multichannel FLAC file opened as a LongSound. The Sound created after `Extract part...` has...

Somewhat related to #168 and #64, I don't see any tags or releases in this project after 1.16 (from 2020). But clearly development is alive and well, and https://plugins.gradle.org/plugin/com.github.jk1.dependency-license-report does...

Since JFrog is [shutting down Bintray](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/), we can no longer publish artifacts there. Moreover, nearly all links on the Bintray website are broken, and it's inevitable that downloads for existing...

bug
more info needed

Somewhat unpredictably, we're seeing random CI failures with this error: ``` org.gradle.api.GradleException: Could not inject synthetic classes. at org.gradle.initialization.DefaultLegacyTypesSupport.injectEmptyInterfacesIntoClassLoader(DefaultLegacyTypesSupport.java:91) at org.gradle.testfixtures.internal.ProjectBuilderImpl.getGlobalServices(ProjectBuilderImpl.java:161) at org.gradle.testfixtures.internal.ProjectBuilderImpl.createProject(ProjectBuilderImpl.java:106) at org.gradle.testfixtures.ProjectBuilder.build(ProjectBuilder.java:120) at org.gradle.testfixtures.ProjectBuilder$build$0.call(Unknown Source) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)...

bug

With audio sampling rates other than 16 kHz, the `build/database.config` file required by the legacy voicebuilding components is generated with ``` db.samplingrate 16000 ``` regardless of the `voice.samplingRate` value in...

enhancement