tg_bot_stt_tts icon indicating copy to clipboard operation
tg_bot_stt_tts copied to clipboard

Telegram bot with voice message recognition and generation. Speech to Text and Text to Speech

Results 2 tg_bot_stt_tts issues
Sort by recently updated
recently updated
newest added

Предлагаю внести правки в строки bot.py: 56: msg_del = await message.reply("Текст получен и обрабатывается") 64: caption=message.text) 65: await msg_del.delete() 95: msg = await message.reply("Аудио получено и обрабатывается") 100: await bot.edit_message_text(chat_id=msg.chat.id,...

![image](https://user-images.githubusercontent.com/100847261/197385457-f5ed851b-10f8-46ea-be07-e25e6c02be96.png) Сделал всё по чертежу, скинул модели, но что-то не робит. Подскажите, в чём может быть проблема?