Thanks for finding the right dependencies.
From https://github.com/hzeller/folve#readme :
Folve is a FUSE filesystem that convolves audio files on-the-fly.
It's actually easy to use.
Start it with:
# ./folve -g -C /path/to/filters -p 8085 /path/to/source /path/to/output
Where filers are in separate directories using jconvolv .conf files and .wav stereo filters.
You can switch filters in the webfrontend.
Point your player to /path/to/output.
It does pretty quick encoding/convolving but doesn't switch filters while playing a file (the next played file is using the new filter of course).
And Keep in mind folve's little drawback (imo): it doesn't do mp3s ...
Search Criteria
Package Details: folve 20121209-5
Package Actions
| Package Base: | folve |
|---|---|
| Description: | Convolving audio files easily |
| Upstream URL: | https://github.com/hzeller/folve |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | Ttz_ztT |
| Maintainer: | Ttz_ztT |
| Last Packager: | Ttz_ztT |
| Votes: | 0 |
| First Submitted: | 2015-04-09 10:01 |
| Last Updated: | 2015-04-14 18:42 |
Latest Comments
Comment by Ttz_ztT
Comment by sekret
Ok to be more precise, I know what a convolver does, I just don't know how this one works.
Sorry for thinking out loud ;)
Comment by sekret
Now namcap complains about a missing libsndfile ... After including it namcap says that flac is already satisfied.
$ namcap folve-20121209-4-x86_64.pkg.tar.xz
folve E: Dependency libsndfile detected and not included (libraries ['usr/lib/libsndfile.so.1'] needed in files ['usr/bin/folve'])
$ namcap folve-20121209-4-x86_64.pkg.tar.xz
folve W: Dependency flac included but already satisfied
You shouldn't install stuff manually, if the makefile supports installation.
Looks like those demo-filters on the other hand need to be installed manually. But where? Is /usr/share/folve the right directory? I'm not sure!
Here's the updated PKGBUILD, feel free to use it
http://codepad.org/mqL0KW7w
(I usually don't like to use cp in a package function, but in this case ... it's ok I think :D )
Now I only have to find out what this thing really does ... No idea right now, I only wanted to help you create a proper PKGBUILD :)
Comment by Ttz_ztT
Sorry.
Try again and let me know if it still doesn't work.
BTW, the demo-filters don't get installed anywhere.
Comment by sekret
Please add "libmicrohttpd" to the dependencies, it didn't build here without it.
With it added, here's my namcap output:
$ namcap folve-20121209-1-x86_64.pkg.tar.xz
folve E: Dependency fuse detected and not included (libraries ['usr/lib/libfuse.so.2'] needed in files ['usr/bin/folve'])
folve E: Dependency zita-convolver detected and not included (libraries ['usr/lib/libzita-convolver.so.3'] needed in files ['usr/bin/folve'])
folve W: Dependency flac included but already satisfied
folve W: Dependency included and not needed ('zita-resampler')
I'm not sure about those, would you mind looking into that?