Телеграм бот на aiogram, который берет интервью голосовыми сообщениями
-
Updated
Oct 20, 2022 - Python
Телеграм бот на aiogram, который берет интервью голосовыми сообщениями
Python script to transcribe all mp3 files from a local directory using the Whisper 1 API, regardless of their size by using batch processing if necessary
The dataset is Fer 2013 and can be viewed in Kaggle. We give an image as an input and get an output of the emotion and corresponding songs via an audio. The given audio files are for the happy and angry emotions. These files can also be created for all the remaining five emotions as well, as is clear in the code.
Audio converter using Python to any supported FFMPEG codec.
A command-line tool for converting beatmaps into audio files.
Speaker Independent Automatic Speech Recognition for continuous audio.
Wav to MP3 convertor
A simple python based volume equalizer for mp3 audio files to make all mp3 audio files in a folder to have the same exact volume level. Built using the PyDub python library
The bot listens to audio, splits for recognition, transcribes using speech recognition and finds relevant URLs for web searches using googlesearch. It opens search results in the default browser using webbrowser, providing a seamless search experience. Audio processing uses PyDub while speech recognition, searching and browser integration.
An application that aims to produce the transcripts of a meeting. Apart from the transcripts, it incorporates an in-built Voice Classification Software, capable of identifying and distinguishing between each participant, thus personalizing the transcripts with respect to each participant
A utility to split/merge audio files from the command-line
Music playing bot using machine learning and audio processing principles
Streamlit app for testing Pydub on Streamlit Cloud
url: https://audioconverter.alexapp.ru/ . The website provides functionality for audio conversion. Supported conversion formats: ac3, asf, flac, mp3, mp4, mov, ogg, wav.
Add a description, image, and links to the pydub topic page so that developers can more easily learn about it.
To associate your repository with the pydub topic, visit your repo's landing page and select "manage topics."