Skip to content

Add IN_BAND stream type to audio format enums#175

Merged
MarvinSchenkel merged 4 commits intomainfrom
OzGav-patch-1
Mar 19, 2026
Merged

Add IN_BAND stream type to audio format enums#175
MarvinSchenkel merged 4 commits intomainfrom
OzGav-patch-1

Conversation

@OzGav
Copy link
Contributor

@OzGav OzGav commented Mar 4, 2026

Add IN_BAND stream type for audio formats that carry metadata inside the container (e.g. Ogg Vorbis comments, FLAC metadata blocks, Opus tags). For example, there are Icecast servers streaming in OGG format with metadata in standard Ogg tags that update with each new track.

Add OGG stream type to enums for audio formats.. The reason is a user is streaming from an icecast server. It is being sent in OGG format with metadata in standard Ogg tags that get updated with each new track. Assuming we wnt to support this then the first step is to add this new streamtype and once that is in the new code path to support this will be added to core
@OzGav OzGav added the enhancement Enhancement of an existing feature/functionality label Mar 4, 2026
Replaced OGG stream type with IN_BAND stream type in enums.
@OzGav OzGav changed the title Add OGG stream type to audio format enums Add IN_BAND stream type to audio format enums Mar 5, 2026
OzGav added 2 commits March 5, 2026 12:58
Updated the comment for IN_BAND to clarify its purpose.
@MarvinSchenkel MarvinSchenkel merged commit 372f51d into main Mar 19, 2026
3 checks passed
@MarvinSchenkel MarvinSchenkel deleted the OzGav-patch-1 branch March 19, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Enhancement of an existing feature/functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants