Skip to content

Code4Delphi/DelphiAudio

 
 

Repository files navigation

Static Badge Static Badge

🎙️Audio Recording and Playback with Delphi

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 Library

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

🚀 Quickstart

  1. 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.
  2. Compile and run your project.


Static Badge

🎙️Gravação e Reprodução de Áudio com Delphi

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.

📚 Biblioteca DelphiAudio

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

🚀 Quickstart

  1. Adicione a unit AudioRecorder.pas ao seu projeto Delphi.
  2. Copie as DLLs necessárias (lame_enc.dll e libmp3lame.dll) para a mesma pasta do executável.
  3. Compile e execute seu projeto.

About

A lightweight Delphi library for sound recording to MP3 file and playing MP3 files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 100.0%