https://github.com/leticiabhb/wavparatxt
Transcrição de Áudio WAV para Texto
https://github.com/leticiabhb/wavparatxt
audiototext python speechrecognition speechrecognition-python wav wavtotext
Last synced: about 1 year ago
JSON representation
Transcrição de Áudio WAV para Texto
- Host: GitHub
- URL: https://github.com/leticiabhb/wavparatxt
- Owner: LeticiaBHB
- Created: 2024-10-21T17:41:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:47:16.000Z (over 1 year ago)
- Last Synced: 2025-03-13T03:12:33.532Z (over 1 year ago)
- Topics: audiototext, python, speechrecognition, speechrecognition-python, wav, wavtotext
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transcrição de Áudio WAV para Texto
Este projeto fornece uma função simples para transcrever arquivos de áudio no formato WAV para texto usando a biblioteca `SpeechRecognition` do Python. Ele utiliza a API do Google para reconhecimento de fala e é configurado para trabalhar com o idioma português do Brasil.
## Requisitos
- Python 3.x
- Biblioteca:
- `speech_recognition`
## Instalação
1. Clone o repositório:
2.Instale a biblioteca SpeechRecognition
## Uso
Para utilizar a função de transcrição, você precisará fornecer o caminho para um arquivo de áudio no formato WAV e o caminho onde deseja salvar o arquivo de texto resultante.