DanielEckl

Results 19 comments of DanielEckl

I'd rather not "patch" the package that ships with Ubuntu (no matter what "patching" means for you in this context). If you have the knowledge to compile things yourself, then...

To be honest, we would need a lot more information to at least have a slight chance for any clue. Some ideas: - Which Ubuntu 16 is that? 16 includes...

Okay, from your uname output you are running Ubuntu 16.04 LTS 32-bit. I'm surprised about the 32-bit part for a server installation, but beside feelings I don't have arguments against...

If this is the same version of libaacplus as you used up to now, I think recompiling is not needed

darkice does not spawn a program like aacplusenc somewhere in the background and feeding it data, instead the dynamic linker is searching for libaacplus.so.2 and imports its functions. You can...

Indeed such details can easily change the outcome. Good luck!

I find this hard to judge, but my wild guess would be that jackd sends no data to the output where darkice is connected to. I'd start with verifying the...

You may ask your "list dynamic dependencies" tool (ldd) which library darkice wants and where the dynamic linker would find it. For me this looks like that: ``` ldd /path/to/darkice...

Please check the output of configure if it really has been built with lame support and if not you might be able to find a clue in config.log

Just a quick shot without having first-hand experience: If your jackd intentionally streams 192kHz, then you need to tell darkice that it will receive 192kHz on its input. If that...