Skip to content

Commit

Permalink
format_lame: MP3 read and write with LAME library. Supports 8 khz,
Browse files Browse the repository at this point in the history
16 khz, 32 khz and 48 khz sampling rates. Depends on libmp3lame-dev.

Fixes: asterisk#664

UserNote: File extensions include .mp3, .16mp3, .32mp3 and .48mp3
This module conflicts with format_mp3.
  • Loading branch information
viktike authored and Sperl Viktor committed Apr 15, 2024
1 parent 52881ef commit f08d2e9
Show file tree
Hide file tree
Showing 9 changed files with 880 additions and 175 deletions.
1 change: 1 addition & 0 deletions addons/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ H323CFLAGS:=-Iooh323c/src -Iooh323c/src/h323
ALL_C_MODS:=chan_mobile \
chan_ooh323 \
format_mp3 \
format_lame \
res_config_mysql

all: check_mp3 _all
Expand Down

0 comments on commit f08d2e9

Please sign in to comment.