Skip to content

SDS schema: use audio.channels instead of audio.audio-channels - #279

Merged
ReinhardKeil merged 1 commit into
mainfrom
schema_audio
Jul 7, 2026
Merged

SDS schema: use audio.channels instead of audio.audio-channels#279
ReinhardKeil merged 1 commit into
mainfrom
schema_audio

Conversation

@VladimirUmek

Copy link
Copy Markdown
Collaborator

No description provided.

@VladimirUmek

Copy link
Copy Markdown
Collaborator Author

Since the field is already inside audio, the 'audio-' prefix is redundant. By removing it we get:

audio:
  sample-frequency: 16000
  bit-depth: 16
  channels: 1
  format: pcm

instead of

audio:
  sample-frequency: 16000
  bit-depth: 16
  audio-channels: 1
  format: pcm

@VladimirUmek
VladimirUmek requested a review from ReinhardKeil July 7, 2026 11:56
@VladimirUmek

Copy link
Copy Markdown
Collaborator Author

Relates to #266

@ReinhardKeil
ReinhardKeil merged commit b883246 into main Jul 7, 2026
1 check passed
@ReinhardKeil
ReinhardKeil deleted the schema_audio branch July 7, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants