Maksym Sutkovenko

Results 8 issues of Maksym Sutkovenko

There are collected only the first and the last values. It's an Android application. `mainDispatcherRule` is used to replace `Dispatcher.Main` -> `UnconfinedTestDispatcher`. The idea is to collect all emitted values...

test

I use Deezer Android SDK v0.11.2. Every time when I call TrackPlayer.playTrack, I get "Skipped 121 frames!" The application may be doing too much work on its main thread." It...

Could you please provide script how to train Voicebox as TTS model using duration predictors, phonemes and so on?

### What happened? While using Http Call Node with Node Executor, I get `TypeError: fetch failed`. Server does not get the requet. ``` Method: POST URL: http://localhost:8000/evaluate Body: { "summary":...

bug

Could you provide insists please about 8 in this line of code: `qk_scale = self.tunables.query_mult * 8 / math.sqrt(head_width)`

Why do we need to have a copy of wm8960.c/h files if Raspberry PI OS have already build-in wm8960 codec. [wm8960.c](https://github.com/raspberrypi/linux/blob/rpi-6.6.y/sound/soc/codecs/wm8960.c) Does your version have any specific modification?

As far as I understand, task structure should have some sort of is_canceled variable? And there should check before calling callback. What is your vision on cancelling process?