Open lars18th opened 2 months ago
The only concern I have is with 2:
the issue is that the current signal thread is separate and processes the adapters in order. Relying on testing signal can produce non deterministic amount of time for the adapters to be tuned.
then if you have multiple requests at the same time you may have to reject some requests.
If signal is a concern you can cache the (adapter, src, freq) -> signal And use that to make a routing decision
Hi @catalinii ,
Yes, I've proposals for this condition as well. My idea is this:
I think this strategy could be easy to implement, and powerful for the user.
But in any case, my idea it's to first implement use cases 1 and 4. Then the use case 3. And only at the end the use case 2 that is the most complex.
Hi,
I open this thread to discuss about an idea that I want to implement. First of all, this IS NOT the same as #908 or #1114. Therefore, don't confuse with them.
--adapter-select-alg X
parameter to allow multiple adapter selection strategies.Considerations:
Use cases:
503 (No-More: frontends)
. In this case you can select all and several tuners will be requested at the same time. And when one is activated, the others are released.Please share your views.