Commit Graph

21 Commits

Author SHA1 Message Date
Davidson Gomes
ab6f416cfb
Merge pull request #2 from edisonmartinsmkt/fix/audio-whatsapp-compat-libopus-48kHz-mono
fix(audio): ensure full WhatsApp compatibility for audio conversion (libopus, 48 kHz, mono)
2025-05-19 10:12:03 -03:00
edisoncm-ti
170d5d8ad2 fix(audio): ensure full WhatsApp compatibility for audio conversion (libopus, 48kHz, mono) 2025-05-16 19:09:14 -03:00
Davidson Gomes
3feb0c7e1b feat: improve audio conversion with enhanced ffmpeg parameters
- Updated Dockerfile to use Go 1.22
- Refined audio conversion parameters for mp3 and mp4 formats
  - Added specific sample rate, channels, and bitrate settings
  - Used libmp3lame codec for mp3 conversion
  - Improved mp4 audio extraction configuration
2025-02-11 18:36:29 -03:00
Davidson Gomes
5f3a073d76 feat: add S3 storage support and update configuration
- Enhanced .env.example to include S3 storage configuration options.
- Updated main.go to initialize S3 client and handle audio uploads to S3.
- Modified processAudio function to return S3 URL when storage is enabled.
- Updated README.md with new S3 storage instructions and examples.
2024-12-02 20:14:10 -03:00
Davidson Gomes
30a4990e53 feat: add audio transcription feature with OpenAI and Groq support
- Updated .env.example to include transcription configuration options.
- Enhanced main.go to support audio transcription, including new endpoints and logic for handling transcription requests.
- Added functionality to transcribe audio using OpenAI and Groq APIs.
- Updated README.md with detailed instructions on enabling and using the transcription feature.
2024-12-02 19:49:41 -03:00
Davidson Gomes
2773e4749d fix: allow origins 2024-11-13 18:45:34 -03:00
Davidson Gomes
0b1a2cbf6d fix: allow origins 2024-11-13 18:31:27 -03:00
Davidson Gomes
8f44a21fc4 feat: mp4 convert 2024-11-13 18:25:37 -03:00
Davidson Gomes
3a8356f5fa fix: cors 2024-10-30 17:43:59 -03:00
Davidson Gomes
4927ab0a06 readme updates 2024-10-22 09:14:03 -03:00
Davidson Gomes
3fe2569fd9 feat: convert to mp3 2024-10-22 08:58:48 -03:00
Davidson Gomes
28ae9c0f8c fix: env file only dev mode 2024-10-22 08:03:03 -03:00
Davidson Gomes
82895f17c1 feat: cors origin 2024-10-22 07:36:30 -03:00
Davidson Gomes
3021043836 refactor: performance improvements 2024-10-21 12:47:09 -03:00
Davidson Gomes
9da58560f7 refactor: performance improvements 2024-10-21 12:46:43 -03:00
Davidson Gomes
ae14a6c1e2 refactor: performance improvements 2024-10-21 12:46:28 -03:00
Davidson Gomes
800acd4c0d readme updates 2024-10-21 11:55:30 -03:00
Davidson Gomes
7d72315cf3 readme updates 2024-10-21 11:54:58 -03:00
Davidson Gomes
0be57219e6 api key 2024-10-21 11:52:07 -03:00
Davidson Gomes
c6c820ac04 dockerfile 2024-10-21 11:43:01 -03:00
Davidson Gomes
a19ef26236 initial commit 2024-10-21 11:14:12 -03:00