From 64b7afdf381703472b4ec12f2fed99b6f2149319 Mon Sep 17 00:00:00 2001 From: Pierre Equoy Date: Thu, 22 Aug 2024 09:36:59 +0200 Subject: [PATCH] Update audio playback/capture manifest definitions (bugfix) (#1430) Update audio playback/capture manifest definitions Make it clearer what `has_audio_playback` and `has_audio_capture` stand for. Fix #1329 --- providers/base/units/audio/manifest.pxu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/base/units/audio/manifest.pxu b/providers/base/units/audio/manifest.pxu index 1801a939f5..3b59fd93cf 100644 --- a/providers/base/units/audio/manifest.pxu +++ b/providers/base/units/audio/manifest.pxu @@ -7,13 +7,13 @@ unit: manifest entry id: has_audio_playback _prompt: Does this machine have the following audio features? -_name: Audio playback +_name: Audio playback: Machine can emit sound. (For example, a desktop PC probably requires speakers connected to it) value-type: bool unit: manifest entry id: has_audio_capture _prompt: Does this machine have the following audio features? -_name: Audio capture +_name: Audio capture: Machine can record sound. (For example, a desktop PC probably requires a microphone connected to it) value-type: bool unit: manifest entry