[macOS] remove blackhole 2ch (#9487)

* [macOS] remove blackhole-2ch

* Update System.Tests.ps1
This commit is contained in:
Mikhail Koliada
2024-03-11 20:05:42 +01:00
committed by GitHub
parent e442ffab3a
commit c8b2706126
2 changed files with 0 additions and 14 deletions

View File

@@ -12,14 +12,4 @@ brew_smart_install "switchaudio-osx"
echo "install sox"
brew_smart_install "sox"
# Big Sur doesn't support soundflower installation without user interaction https://github.com/mattingalls/Soundflower/releases/tag/2.0b2
# Install blackhole-2ch for Big Sur instead
echo "install blackhole-2ch"
brew_smart_install "blackhole-2ch"
echo "set BlackHole 2ch as input/output device"
SwitchAudioSource -s "BlackHole 2ch" -t input
SwitchAudioSource -s "BlackHole 2ch" -t output
invoke_tests "System" "Audio Device"

View File

@@ -33,10 +33,6 @@ Describe "Audio device" -Skip:($os.IsVentura -or $os.IsSonoma) {
It "SwitchAudioSource is installed" {
"SwitchAudioSource -c" | Should -ReturnZeroExitCode
}
It "Audio channel BlackHole 2ch" {
SwitchAudioSource -c | Should -BeLikeExactly "BlackHole 2ch"
}
}
Describe "Screen Resolution" -Skip:(isVeertu) {