Jonti Olds
Jonti Olds
can you port the errors? you will be missing dependencies things like `suso apt-get install qt5-default qmake` and things like that will install these things.
hmm that's talking about QAbstractItemView not being mentioned in options.h. looks like qt has changed things a little. I added that include to options.h and pushed it to the repo....
Looking through the repo I see libopus has been precompiled for 32bit but not for 64bit windows builds. I shouldn't have included either of them really. Anyway if your on...
Probably a Jack setting (maybe a JMPX audio device setting but less likely). it's saying JMPX can't open a connection to jack in stereo. in qjackctl I would need to...
Hi djsakisd, JMPX is in two parts a library that does most of the work and a GUI. However there is currently no CLI program that accesses the library. With...
That looks like it's a problem with RtAudio. RtAudio is the code that deals with interfacing with audio. It's failing when calling "getDeviceInfo" using the Jack API. Currently JMPX uses...
I don't think I implemented anything to that would allow characters like that. RDS seems to support some sort of bank switching https://pira.cz/rds/rdschars.pdf but I don't remember anything like that...