Search Criteria
Package Details: libdeep_filter_ladspa-git v0.5.6.r10.g59789e1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/deepfilternet-git.git (read-only, click to copy) |
---|---|
Package Base: | deepfilternet-git |
Description: | A Low Complexity Speech Enhancement Framework for Full-Band Audio (48kHz) using Deep Filtering (Git version) - ladspa plugin |
Upstream URL: | https://github.com/Rikorose/DeepFilterNet |
Licenses: | MIT, Apache |
Conflicts: | libdeep_filter_ladspa |
Provides: | libdeep_filter_ladspa |
Submitter: | openglfreak |
Maintainer: | openglfreak |
Last Packager: | openglfreak |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-09-16 19:55 (UTC) |
Last Updated: | 2023-09-16 19:55 (UTC) |
Dependencies (4)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- libdf (libdf-git)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Latest Comments
Futorio commented on 2023-09-17 15:02 (UTC)
Hello! I tried to install this package, but I encountered an error during the compilation of deep-filter-ladspa v0.5.7-pre. How can i fix that?
error[E0554]:
#![feature]
may not be used on the stable release channel --> demo/src/main.rs:1:12 | 1 | #![feature(slice_flatten, array_chunks, get_many_mut)] | ^^^^^^^^^^^^^error[E0554]:
#![feature]
may not be used on the stable release channel --> demo/src/main.rs:1:27 | 1 | #![feature(slice_flatten, array_chunks, get_many_mut)] | ^^^^^^^^^^^^error[E0554]:
#![feature]
may not be used on the stable release channel --> demo/src/main.rs:1:41 | 1 | #![feature(slice_flatten, array_chunks, get_many_mut)] | ^^^^^^^^^^^^For more information about this error, try
rustc --explain E0554
.