Danylo

Results 207 comments of Danylo

You can swipe the station left to remove it, after that "undo" button will appear below for short time.

Hi, The good part is that it is already half implemented, the bad part that it is half implemented and stayed this way for quite some time. See #315

I recorded game from the start and filtered only present and wait vk calls: [present_wait.zip](https://github.com/LunarG/gfxreconstruct/files/13921794/present_wait.zip) ``` {"index":3181,"function":{"name":"vkQueuePresentKHR","thread":8,"sub_index":8,"return":"VK_SUCCESS","args":{"queue":8,"pPresentInfo":{"sType":"VK_STRUCTURE_TYPE_PRESENT_INFO_KHR","waitSemaphoreCount":1,"pWaitSemaphores":[424],"swapchainCount":1,"pSwapchains":[414],"pImageIndices":[0],"pResults":null,"pNext":{"sType":"VK_STRUCTURE_TYPE_PRESENT_ID_KHR","swapchainCount":1,"pPresentIds":17,"pNext":null}}}}} {"index":3184,"function":{"name":"vkWaitForPresentKHR","thread":11,"return":"VK_SUCCESS","args":{"device":7,"swapchain":414,"presentId":17,"timeout":18446744073709551615}}} {"index":3244,"function":{"name":"vkQueuePresentKHR","thread":8,"sub_index":11,"return":"VK_SUBOPTIMAL_KHR","args":{"queue":8,"pPresentInfo":{"sType":"VK_STRUCTURE_TYPE_PRESENT_INFO_KHR","waitSemaphoreCount":1,"pWaitSemaphores":[426],"swapchainCount":1,"pSwapchains":[414],"pImageIndices":[1],"pResults":null,"pNext":{"sType":"VK_STRUCTURE_TYPE_PRESENT_ID_KHR","swapchainCount":1,"pPresentIds":18,"pNext":null}}}}} {"index":3252,"function":{"name":"vkWaitForPresentKHR","thread":11,"return":"VK_SUCCESS","args":{"device":7,"swapchain":414,"presentId":18,"timeout":18446744073709551615}}} {"index":3411,"function":{"name":"vkQueuePresentKHR","thread":8,"sub_index":14,"return":"VK_SUCCESS","args":{"queue":8,"pPresentInfo":{"sType":"VK_STRUCTURE_TYPE_PRESENT_INFO_KHR","waitSemaphoreCount":1,"pWaitSemaphores":[503],"swapchainCount":1,"pSwapchains":[493],"pImageIndices":[0],"pResults":null,"pNext":{"sType":"VK_STRUCTURE_TYPE_PRESENT_ID_KHR","swapchainCount":1,"pPresentIds":19,"pNext":null}}}}} ``` Presents and waits are from different threads. Though...

We keep running into this issue, would be great if it could be properly fixed.

> I feel like we'd want to do the opposite and minimize submission counts to get more realistic performance characteristics You are right, we should expect GPU bound scenario and...

Unfortunately, from what I remember Audacity doesn't play nice here, in order to prevent the delay, they plugin has to be supplied by a number of sample frames that is...

I see that the latest version of Equalizer APO is 1.4. Updating it probably wouldn't hurt. Also, what if you select stereo plugin?

Probably something funny going on with channels. Seems like laptop mic, I'm not sure what could be wrong aside from maybe it having more channels than two, then mixing them...

Hi, even if we didn't consider it before we will consider it from now. Thanks for the suggestion! Basic functionality is indeed seems to be simple to implement and there...

I made basic implementation of Android Auto support in my fork d09dc9aa4a8ecd269ba480e8299ff3143411dbe0, it shows favorite and stared stations, their icons and plays the selected station. What's left: - Show stations...