Edouard Griffiths

Results 219 comments of Edouard Griffiths

This is an example setup ... ![image](https://github.com/f4exb/sdrangel/assets/6192319/f8ecd109-ada5-4b02-bfe9-7916ba175351) It is using a Red Pitaya in "SDR transceiver compatible with HPSDR" mode that has its IN1 and IN2 inputs connected to Rx0...

For RSP duo synchronous dual tuner mode support there is an interesting post here: https://sdrplayusers.net/forums/topic/rspduo-using-dual-tuners-with-api-3-06-in-c/

it appears that 24.04 is not available yet using the do release upgrade method. They say that there are some issues and they wait for 24.04.1 to be released in...

I have compiled SDRangel on my brand new RasPi 5 on Ubuntu 24.04 and did not notice anything wrong with the display. ![image](https://github.com/f4exb/sdrangel/assets/6192319/64fa68e6-be4e-42e8-9b81-61a79e7699d6)

Check the CPU usage. Your Rasp-Pi is probably getting overloaded. I recommend using the Rasp-Pi only in server mode.

I've searched around and it seems the following are replacements: channels -> ch_layout.nb_channels channel_layout -> ch_layout.u.mask Ref: https://github.com/HandBrake/HandBrake/pull/4451/commits/5e86b74d405f63ed020fa09eb076a65b7337bd4e However FFMPEG v5 and < v5 are incompatible. I think Ubuntu 24.04...

Apparently one may also define `FF_API_OLD_CHANNEL_LAYOUT`

This is an old image but the controls are right. Open an UDP channel sink and you will see.

Inverting the two lines may just work: ```c++ void DeviceSet::addChannelInstance(ChannelAPI *channelAPI) { MainCore *mainCore = MainCore::instance(); m_channelInstanceRegistrations.append(channelAPI); renameChannelInstances(); mainCore->addChannelInstance(this, channelAPI); } ``` The "append" adds the channel at the end...

@CocolinoFan what is the profiling tool you are using on the videos?