Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new-feature]: format_mp3: Add MP3 write support #664

Open
InterLinked1 opened this issue Mar 21, 2024 · 0 comments · May be fixed by #665 or #704
Open

[new-feature]: format_mp3: Add MP3 write support #664

InterLinked1 opened this issue Mar 21, 2024 · 0 comments · May be fixed by #665 or #704
Assignees
Labels
new-feature support-level-extended Functionality with extended support level

Comments

@InterLinked1
Copy link
Contributor

Feature Description

This adds the ability to write data that is MP3 encoded to Asterisk.
Previously, MP3 support in Asterisk was read only. However, now that the MP3 patents are all expired, there are no licensing restrictions that preclude write support from being added.

InterLinked1 added a commit to InterLinked1/asterisk that referenced this issue Mar 21, 2024
This adds the ability to write in the MP3 format;
previously, MP3 data could only be read.

Resolves: asterisk#664

UserNote: Asterisk now supports natively writing
data in the MP3 format.
@InterLinked1 InterLinked1 linked a pull request Mar 21, 2024 that will close this issue
@jcolp jcolp added support-level-extended Functionality with extended support level and removed triage labels Mar 22, 2024
InterLinked1 added a commit to InterLinked1/asterisk that referenced this issue Mar 28, 2024
This adds the ability to write in the MP3 format;
previously, MP3 data could only be read.

Resolves: asterisk#664

UserNote: Asterisk now supports natively writing
data in the MP3 format.
viktike added a commit to viktike/asterisk that referenced this issue Apr 10, 2024
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.
@viktike viktike linked a pull request Apr 10, 2024 that will close this issue
viktike added a commit to viktike/asterisk that referenced this issue Apr 10, 2024
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.
viktike added a commit to viktike/asterisk that referenced this issue Apr 15, 2024
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.
viktike added a commit to viktike/asterisk that referenced this issue Apr 15, 2024
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.
viktike added a commit to viktike/asterisk that referenced this issue Apr 15, 2024
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.
viktike added a commit to viktike/asterisk that referenced this issue Apr 19, 2024
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.
viktike added a commit to viktike/asterisk that referenced this issue Apr 20, 2024
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.
viktike added a commit to viktike/asterisk that referenced this issue May 13, 2024
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.
viktike added a commit to viktike/asterisk that referenced this issue May 13, 2024
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.
viktike added a commit to viktike/asterisk that referenced this issue May 22, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature support-level-extended Functionality with extended support level
Projects
None yet
2 participants