Hans Seiffert

Results 3 issues of Hans Seiffert

Hey, I finally got some time to test IBAnalyzer in some projects I'm working on. It shows some nice results :-) But I also miss some features like ignoring files...

The bahvior can be already implemented with the following snippet, but a little bit of syntx suggar would be nice. Improves #20 ``` guard let _currentTimeInSeconds = AudioPlayerManager.shared.currentTrack?.currentTimeInSeconds() else {...

enhancement