Greg Zudikov
Greg Zudikov
Exo provides great feature called [silence skip](https://github.com/google/ExoPlayer/blob/release-v2/library/core/src/main/java/com/google/android/exoplayer2/audio/SilenceSkippingAudioProcessor.java) and I was amazed by its implementation in NewPipe, unfortunately it doesn't play local files. When you don't look at the video it's...
I'm using playback speedup constantly with podcasts and some youtube videos. The one in ffmpeg isn't worth adding mpv [ https://github.com/mpv-player/mpv/pull/7865 ] and mpc-hc added scaletempto2 from chromium which makes...
I've been experimenting with hw accelerated ffmpeg thumbnailer via changing ffmpeg command to: ```function create_thumbnail_ffmpeg(file_path, timestamp, size, output_path) local ffmpeg_command = { "ffmpeg", "-loglevel", "quiet", "-noaccurate_seek", "-hwaccel", "vaapi", "-hwaccel_device", "/dev/dri/renderD128",...
For some reason it's only emulators, probably because that's what I'm into currently. When built with LTO, dolphin emulator ( which has LTO use flag ) citra, rpcs3. Probably other...
- display full-res game logo in favorites home-header [ now it's being scaled down and visibly smudgy pixelated, all my favs have high-res ones ] - allow Box Art in...
it seems fine over usb cable though, main repo has few pull requests related
### System Info ```shell optimum-1.17.0.dev0 openvino-2023.3.0 transfomers-4.37.2 python 3.11 ``` ### Who can help? @philschmid ### Information - [X] The official example scripts - [X] My own modified scripts ###...
### Brief description of the feature request This is a followup to #399. Since this script stopped working https://github.com/martinrotter/rssguard/blob/master/resources/scripts/scrapers/scrape-full-articles.py [uses site to extract which is 404] I was experimenting with...
``` GGML_SYCL_DEVICE=0 ./build/bin/main -m models/ggml-base.bin -f samples/jfk.wav whisper_init_from_file_with_params_no_state: loading model from 'models/ggml-base.bin' whisper_model_load: loading model whisper_model_load: n_vocab = 51865 whisper_model_load: n_audio_ctx = 1500 whisper_model_load: n_audio_state = 512 whisper_model_load: n_audio_head =...
Would be using a high performance android audio lib like oboe be helpful at lowering latency? https://github.com/google/oboe?tab=readme-ov-file