Downloads:
8,385
Downloads of v 2.1.1.8:
10
Last Update:
30 Oct 2024
Package Maintainer(s):
Software Author(s):
- Vincent Burel
Tags:
voicemeeter banana advanced audio mixer application- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Voicemeeter Banana Advanced Mixer (Install)
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
8,385
Downloads of v 2.1.1.8:
10
Maintainer(s):
Software Author(s):
- Vincent Burel
Voicemeeter Banana Advanced Mixer (Install)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Vincent Burel. The inclusion of Vincent Burel trademark(s), if any, upon this webpage is solely to identify Vincent Burel goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
There are versions of this package awaiting moderation . See the Version History section below.
This package was rejected on 04 Dec 2024. The reviewer chocolatey-ops has listed the following reason(s):
Voicemeeter Banana, The Advanced Virtual Audio Device Mixer For Windows !
For first use, it's highly recommended to follow user manual step by step, especially step ZERO of the documentation.
Licensing
Voicemeeter Banana is distributed as Donationware!
For END USER, Voicemeeter Banana is free to use! You pay what you want when you want if your find it useful. Thanks for your participation!
For Volume licensing / special deals, especially for company deployment or commercial distribution, you may contact us to get quotation / agreement. Get more info...
From: https://www.vb-audio.com/Services/licensing.htm
LICENSE
Voicemeeter Distribution Rules
[1] It's free to distribute or promote Voicemeeter (or Banana) AS IS to End Users if our donationware model stays applicable. " Donationware model is applicable ", means the End User can see and identify Voicemeeter as VB-Audio application AND this End User must be in a position to donate/pay license if finding it useful. You will have to communicate on this and make it clear for your clients by mentioning at least:
The origin of Voicemeeter : www.voicemeeter.com.
Voicemeeter is a donationware, all participations are welcome.
[2] If you distribute Voicemeeter in a professional domain (to companies, institutions and any organizations) where users / employees are not in position to pay for the software they use, then you will have to pay for Voicemeeter licensing according volume (see Volume licensing base prices range above)
[3] In the respect of the 2 previous points: You can also use Voicemeeter Remote API to take advantage of all Voicemeeter Audio Services in your own application.
Voicemeeter Remote API Licensing:
Voicemeeter Remote API SDK is free for free application, prototype, POC, educational project... For any commercial project you have to pay a fixed license fee: 500 EURO (when you release your project).
Voicemeeter or Banana can be distributed with your application according the previous points. But Voicemeeter can also be embedded in your installation package or completely hidden in a fully integrated project. In this case, you will have to contact us to get specific quotation and adapted license agreement.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://download.vb-audio.com/Download_CABLE/VoicemeeterSetup_v2118.zip
x64: https://download.vb-audio.com/Download_CABLE/VoicemeeterSetup_v2118.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: C1A91C558EEFD5D6B10C65D95A1DEFA46F22AB0CC2341E71BA637A89647A5292
checksum64: C1A91C558EEFD5D6B10C65D95A1DEFA46F22AB0CC2341E71BA637A89647A5292
File 'LICENSE.txt' is obtained from:
https://www.vb-audio.com/Services/licensing.htm
#NoTrayIcon
SendMode "Input" ; Recommended for new scripts due to its superior speed and reliability.
SetTitleMatchMode 1 ; A windows's title must start with the specified WinTitle to be a match.
SetControlDelay 0
SetWorkingDir A_ScriptDir ; Ensures a consistent starting directory.
winTitle1 := "VB-Audio Voicemeeter Installation"
WinWait(winTitle1,, 30)
WinActivate
ControlSend "{Enter}","",winTitle1
SetTitleMatchMode 1 ; A windows's title must start with the specified WinTitle to be a match.
winTitle2 := "REBOOT YOUR SYSTEM"
WinWait(winTitle2,, 60)
WinActivate
Sleep 1000
SetControlDelay -1
ControlClick "Button1",winTitle2,,,,"NA"
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Voicemeeter, The Virtual Mixing Console'
fileType = 'exe'
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
Start-Process "AutoHotKey" -Verb runas -ArgumentList "`"$toolsDir\chocolateybeforemodify.ahk`""
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
md5: D3CAC8A84884CA8F277E1EC91D82B493 | sha1: CEE1BF17BECD199366708FA64310C17E612EBEBF | sha256: C1A91C558EEFD5D6B10C65D95A1DEFA46F22AB0CC2341E71BA637A89647A5292 | sha512: A413210503D382301247018D3BA79D0E2BF0915A8B4F881F2E378648452BCE2E3D47C2D3C791AF25C80AC2EBC1503B3552EDCA02E03137B9086305B21F10F667
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Voicemeeter Banana Advanced Mixer (Install) 2.1.1.9 | 6 | Tuesday, December 17, 2024 |
Waiting for Maintainer
|
|
Voicemeeter Banana Advanced Mixer (Install) 2.0.6.200 | 5350 | Saturday, February 19, 2022 | Approved | |
Voicemeeter Banana Advanced Mixer (Install) 2.0.6.2 | 376 | Monday, January 24, 2022 | Approved | |
Voicemeeter Banana Advanced Mixer (Install) 2.0.6.1 | 428 | Thursday, November 4, 2021 | Approved | |
Voicemeeter Banana Advanced Mixer (Install) 2.0.5.8 | 1431 | Monday, April 12, 2021 | Approved | |
Voicemeeter Banana Advanced Mixer (Install) 2.0.5.4 | 734 | Monday, December 7, 2020 | Approved |
Copyright V.Burel ©1998-2019. All rights reserved.
-
- autohotkey.portable (≥ 1.1.30)
Ground Rules:
- This discussion is only about Voicemeeter Banana Advanced Mixer (Install) and the Voicemeeter Banana Advanced Mixer (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Voicemeeter Banana Advanced Mixer (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
chtof (maintainer) on 30 Oct 2024 16:28:54 +00:00:
User 'chtof' (maintainer) submitted package.
chocolatey-ops (reviewer) on 30 Oct 2024 17:01:08 +00:00:
voicemeeter-banana.install has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 31 Oct 2024 05:17:26 +00:00:
voicemeeter-banana.install has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/20033518e028ba44dfce9cfdb2ead106 for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 19 Nov 2024 17:04:57 +00:00:
We've found voicemeeter-banana.install v2.1.1.8 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 04 Dec 2024 17:06:33 +00:00:
Unfortunately there has not been progress to move voicemeeter-banana.install v2.1.1.8 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.