We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@howard-e reports the following issue when running ./bin/at-driver uninstall in macOS:
./bin/at-driver uninstall
./bin/at-driver uninstall at-driver uninstall Uninstall text to speech extension and other support Options: --version Show version number [boolean] --help Show help [boolean] Error: Command failed: auval -v ausp atdg BOCU at genericNodeError (node:internal/errors:984:15) at wrappedFn (node:internal/errors:538:14) at ChildProcess.exithandler (node:child_process:422:12) at ChildProcess.emit (node:events:518:28) at maybeClose (node:internal/child_process:1105:16) at Socket.<anonymous> (node:internal/child_process:457:11) at Socket.emit (node:events:518:28) at Pipe.<anonymous> (node:net:337:12) { code: 255, killed: false, signal: null, cmd: 'auval -v ausp atdg BOCU', stdout: '\n' + ' AU Validation Tool\n' + ' Version: 1.10.0 \n' + ' Copyright 2003-2019, Apple Inc. All Rights Reserved.\n' + ' Specify -h (-help) for command options\n' + '\n' + '--------------------------------------------------\n' + "VALIDATING AUDIO UNIT: 'ausp' - 'atdg' - 'BOCU'\n" + '--------------------------------------------------\n' + 'Manufacturer String: Bocoup LLC\n' + 'AudioUnit Name: ATDriverGenericMacOSExtension\n' + 'Component Version: 1.6.0 (0x10600)\n' + '\n' + '* * PASS\n' + '--------------------------------------------------\n' + 'TESTING OPEN TIMES:\n' + 'COLD:\n' + '\n' + 'Loaded AudioUnit out-of-process: true \n' + 'Time to open AudioUnit: 216.725 ms\n' + 'WARM:\n' + '\n' + 'Loaded AudioUnit out-of-process: true \n' + 'Time to open AudioUnit: 102.526 ms\n' + 'This AudioUnit is a version 3 implementation.\n' + 'FIRST TIME:\n' + 'Time for initialization: 50.733 ms\n' + '\n' + '* * PASS\n' + '--------------------------------------------------\n' + 'VERIFYING DEFAULT SCOPE FORMATS:\n' + 'Input Scope Bus Configuration:\n' + ' Default Bus Count:0\n' + '\n' + 'Output Scope Bus Configuration:\n' + ' Default Bus Count:1\n' + ' Default Format: AudioStreamBasicDescription: 1 ch, 22050 Hz, Float32\n' + '\n' + '* * PASS\n' + '--------------------------------------------------\n' + 'VERIFYING REQUIRED PROPERTIES:\n' + '\n' + '* * PASS\n' + '--------------------------------------------------\n' + 'VERIFYING RECOMMENDED PROPERTIES:\n' + '\n' + '* * PASS\n' + '--------------------------------------------------\n' + 'VERIFYING OPTIONAL PROPERTIES:\n' + ' VERIFYING PROPERTY: Latency\n' + ' PASS\n' + ' VERIFYING PROPERTY: Tail Time\n' + ' PASS\n' + ' VERIFYING PROPERTY: Bypass Effect\n' + ' PASS\n' + '\n' + '* * PASS\n' + '--------------------------------------------------\n' + 'VERIFYING SPECIAL PROPERTIES:\n' + '\n' + 'VERIFYING CUSTOM UI\n' + 'Cocoa Views Available: 0\n' + 'WARNING: CurrentPreset property is deprectated. AU should implement PresentPreset\n' + '\n' + 'VERIFYING CLASS INFO\n' + ' PASS\n' + '\n' + 'TESTING HOST CALLBACKS\n' + ' PASS\n' + '\n' + '* * PASS\n' + '--------------------------------------------------\n' + 'PUBLISHED PARAMETER INFO:\n' + '\n' + '# # # 1 Global Scope Parameters:\n' + '\n' + '# # Parameters for clump: 212950\n' + '# Full Clump Name: Global\n' + '# Short (4 Chars limit) Clump Name: Global\n' + 'Parameter ID:1703748195\n' + 'Name: Output Gain\n' + 'Parameter Type: Linear Gain\n' + 'Values: Minimum = 0.000000, Default = 0.250000, Maximum = 1.000000\n' + 'Flags: Readable, Writable \n' + ' -parameter PASS\n' + '\n' + 'Testing that parameters retain value across reset and initialization\n' + ' PASS\n' + '\n' + '* * PASS\n' + '--------------------------------------------------\n' + 'FORMAT TESTS:\n' + '\n' + 'Reported Channel Capabilities\n' + '\n' + 'No Input, Output Chans:\n' + '0-1 0-2 0-4 0-5 0-6 0-7 0-8\n' + 'X \n' + 'WARNING: Can Initialize Unit to un-supported num channels:InputChan:0, OutputChan:2\n' + 'WARNING: Can Initialize Unit to un-supported num channels:InputChan:0, OutputChan:4\n' + 'WARNING: Can Initialize Unit to un-supported num channels:InputChan:0, OutputChan:5\n' + 'WARNING: Can Initialize Unit to un-supported num channels:InputChan:0, OutputChan:6\n' + 'WARNING: Can Initialize Unit to un-supported num channels:InputChan:0, OutputChan:7\n' + 'WARNING: Can Initialize Unit to un-supported num channels:InputChan:0, OutputChan:8\n' + 'ERROR: Unit Needs to describe its channel handling capabilities (at least for default config: in:0, out:1)\n' + '\n' + '* * FAIL\n' + '--------------------------------------------------\n' + 'RENDER TESTS:\n' + 'ERROR: Format errors. Cannot perform render tests\n' + '\n' + '\n' + '* * FAIL\n' + '--------------------------------------------------\n' + 'AU VALIDATION FAILED: CORRECT THE ERRORS ABOVE.\n' + '--------------------------------------------------\n', stderr: '' }
The command also fails on my macOS machine, though in my case, it simply reports, "Not installed."
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@howard-e reports the following issue when running
./bin/at-driver uninstall
in macOS:view complete command-line output
The command also fails on my macOS machine, though in my case, it simply reports, "Not installed."
The text was updated successfully, but these errors were encountered: