Лоу оновився до SMF!
Цікавлять перш за все безкоштовні опції
, я готовий перекладати тисячу файлів щодня невеличкими порціями, якщо це можливо.
Можете хоча б один спробувати так перекласти та порівняти з оригіналом англійською?
Сам я цим займатись без відповідного обладнання не зможу
P.S. А де адмін? Щось давненько його не видно, він наче розбирається в моделях.
Цитата: ps від 2026-08-05 01:50:27P.S. А де адмін? Щось давненько його не видно, він наче розбирається в моделях.Не чути.Особисто написали?
щоб прибирати "п"/"б" звуки.
залізо навіть в телефоні якісніше
Та все одно, кожному ремеслу - своє обладанння
і спеціалісти
sudo dnf install snapdsudo ln -s /var/lib/snapd/snap /snapsudo snap install audacitysudo /snap/bin/audacity.fetch-models
sudo snap set system proxy.https="socks5://127.0.0.1:1234"sudo snap set system proxy.http="socks5://127.0.0.1:1234"sudo https_proxy="socks5://127.0.0.1:1234" http_proxy="socks5://127.0.0.1:1234" /snap/bin/audacity.fetch-models -v
/snap/bin/audacity
git clone --recursive https://github.com/ggml-org/whisper.cpp.gitcd whisper.cppcmake -B buildcmake --build build --config Releasesudo cmake --install buildsudo ldconfig # на федора обов'язково
mkdir ~/.local/share/whisper-models./models/download-ggml-model.sh large-v3 ~/.local/share/whisper-models
whisper-cli -m ~/.local/share/whisper-models/ggml-large-v3.bin -f Track_001.ogg
[00:00:00.000 --> 00:00:05.660] Man, where is this guy?[00:00:09.040 --> 00:00:10.700] Hey, I've been waiting forever, man.[00:00:10.880 --> 00:00:11.820] Where the hell you been?[00:00:12.700 --> 00:00:13.600] Sorry, Holmes.[00:00:13.740 --> 00:00:15.300] I had no idea when the race would be.[00:00:15.400 --> 00:00:15.840] Right.[00:00:16.080 --> 00:00:18.820] You just happened to show up five minutes after everybody else, huh?[00:00:18.860 --> 00:00:21.620] When the gasoline runs through your vein like the burning passion,[00:00:22.160 --> 00:00:24.020] you know when it's time to race.[00:00:24.020 --> 00:00:26.600] I think you're getting high on that country air, man.
[00:00:00.000 --> 00:00:05.620] Man, where is this guy?[00:00:09.040 --> 00:00:10.700] Hey, I've been waiting forever, man.[00:00:11.020 --> 00:00:11.820] Where the hell you been?[00:00:12.700 --> 00:00:13.600] Sorry, Holmes.[00:00:13.740 --> 00:00:15.300] I had no idea when the race would be.[00:00:15.560 --> 00:00:15.840] Right.[00:00:16.080 --> 00:00:18.820] You just happened to show up five minutes after everybody else, huh?[00:00:18.860 --> 00:00:21.620] When the gasoline runs through your van like the burning passion,[00:00:22.160 --> 00:00:24.020] you know when it's time to race.[00:00:24.220 --> 00:00:26.560] I think you're getting high on that country air, man.
[00:00:00.000 --> 00:00:02.580] (upbeat music)[00:00:04.300 --> 00:00:05.720] - Man, where is this guy?[00:00:09.320 --> 00:00:11.060] Hey, I've been waiting forever, man.[00:00:11.060 --> 00:00:12.540] Where the hell you been?[00:00:12.540 --> 00:00:15.380] - Sorry, Holmes, I had no idea when the race would be.[00:00:15.380 --> 00:00:17.760] - Right, you just happened to show up five minutes[00:00:17.760 --> 00:00:18.900] after everybody else, huh?[00:00:18.900 --> 00:00:20.400] - When the gasoline runs through your vein[00:00:20.400 --> 00:00:24.300] like the burning passion, you know when it's time to race.[00:00:24.300 --> 00:00:27.600] - I think you're getting high on that country air, man.
[00:00:00.000 --> 00:00:04.000] [MUSIC][00:00:04.000 --> 00:00:05.680] Man, where is this guy?[00:00:05.680 --> 00:00:09.060] [MUSIC][00:00:09.060 --> 00:00:12.500] Hey, I've been waiting for ever, man, what the hell you been?[00:00:12.500 --> 00:00:15.340] >> Sorry, Holmes, I had no idea when the race would be.[00:00:15.340 --> 00:00:18.820] >> Right, you just happened to show up five minutes at the everybody else.[00:00:18.820 --> 00:00:22.260] >> When the gasoline runs through your vein like the burning passion,[00:00:22.260 --> 00:00:24.220] you know when it's time to race.[00:00:24.220 --> 00:00:27.500] >> I think you're getting high on that country here, man.
sudo dnf install pipx espeak-ngpipx install piper-ttsecho "ти дібіл, карле!" | piper --model uk_UA-ukrainian_tts-medium.onnx --config uk_UA-ukrainian_tts-medium.onnx.json --output_file output.wav
UPD. випадково наткнувся на утиліту piper, яка дозволяє озвучувати СИРИЙ текст:Код: [Вибрати]sudo dnf install pipx espeak-ng ...
sudo dnf install pipx espeak-ng ...
file Track_045.mp3file Track_046.mp3file Track_047.mp3file Track_048.mp3file Track_049.mp3file Track_050.mp3
ffmpeg -f concat -safe 0 -i concat.txt 45-50.mp3
ffmpeg -i 46-50.ogg -f segment -segment_time 9.557313 -c copy Track_%03d.ogg