Skip to content

Commit

Permalink
Update audio playback/capture manifest definitions (bugfix) (#1430)
Browse files Browse the repository at this point in the history
Update audio playback/capture manifest definitions

Make it clearer what `has_audio_playback` and `has_audio_capture` stand
for.

Fix #1329
  • Loading branch information
pieqq authored Aug 22, 2024
1 parent 20dc017 commit 64b7afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/base/units/audio/manifest.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64b7afd

Please sign in to comment.