AlexandreRouma

Results 422 comments of AlexandreRouma

Hello, Currently there is indeed no audio source, in the mean time you can use the soapysdr source which supports soundcard input

@bubnikv I appreciate the gesture but there is no need, the audio source can be implemented using anything as input. Control of the frequency will be done through the rigctl...

Hello, You're running out of ram. Try closing as much of other software as possible and, as a last resort, edit the config to remote module instances you don't need

There is no way to make the software lighter unfortunately. It's already very lightweight for it's feature set and CPU efficiency (some memory efficiency is sacrified for much higher speed)....

setting fftSize in the code is useless. it gets overwritten from the config. You have to set it in the created config. Same thing for disabling building modules, if you...

The latest commits should have lowered the memory usage, please reopen if not solved.

it was set that way because quite a few distro set `CMAKE_INSTALL_PREFIX ` to something not in the dynamic linker's path.

I'm just one uni student writing this software, I don't have time to deal with thousands of users having issues installing the thing. I'd rather have a path that works...

Well if someone wants to try it on every common distro and confirm it works fine, sure. But it was more than just a few bad cases and I'm not...

Why did you install glew with brew? You're on linux, you need to use your distro's package manager (in this case apt)