This project is a fork of a repository containing examples of using the DelphiAudio Library. It allows you to record audio directly to MP3 format (file or stream) and play MP3 files simply and easily.
DelphiAudio is a Delphi code library that offers:
- 🎤 Record audio directly to MP3 (file or stream)
- 🎵 Playback of MP3 files
- 📦 Lightweight and easy-to-integrate structure
- Add the AudioRecorder.pas unit to your Delphi project. 2. Copy the necessary DLLs (lame_enc.dll and libmp3lame.dll) to the same folder as the executable.
- Compile and run your project.
Este projeto é um fork de um repositório contendo exemplos de uso da Biblioteca DelphiAudio.
Permite gravar áudio diretamente em formato MP3 (arquivo ou stream) e reproduzir arquivos MP3 de forma simples e leve.
A DelphiAudio é uma biblioteca de código Delphi que oferece:
- 🎤 Gravação de áudio diretamente em MP3 (arquivo ou stream)
- 🎵 Reprodução de arquivos MP3
- 📦 Estrutura leve e de fácil integração
- Adicione a unit
AudioRecorder.pas
ao seu projeto Delphi. - Copie as DLLs necessárias (
lame_enc.dll
elibmp3lame.dll
) para a mesma pasta do executável. - Compile e execute seu projeto.