elderorb

Results 49 comments of elderorb

great, ty. could it be the case all audio filters are disabled?

I mean in QCTools settings

Yes, I've been also able to reproduce it. Interesting. It worked just fine with my mp3 'Samael - Eternal - 03 - Together.mp3'

This is not only about tabs vs spaces. Currently QCTools uses mix of multiple naming conventions for functions/classes. Fixing all this looks like pretty big task. But after doing it...

As for the code conventions, I would suggest to follow the ones from Qt. I don't mind ffmpeg's ones but QCTools is Qt-based C++ application after all. https://wiki.qt.io/Qt_Coding_Style https://wiki.qt.io/Coding_Conventions

Seems like this approach: m_player->seek(m_player->position()); m_player->pause(); doesn't work in all the cases.

Based on @dericed said filter is fully applied only after starting playback, which means using m_player->seek(m_player->position()); m_player->pause(); for 'applying' filter doesn't work in his case

Is this something recently broken or it never worked?

... and another crash in 'idle' state: ![image](https://user-images.githubusercontent.com/23638/38608823-1ec34cac-3d85-11e8-96cd-84a17c6a3227.png)

Here is the numbers for 125734 items (~157 Mb) 51 s 9.08 s 14 s 9.12 s ``` var start = process.hrtime(); Entry.countQ({}).then(function(count) { console.log(prettyHrtime(process.hrtime(start))); start = process.hrtime(); return Entry.countQ({})...