Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

1,564

Downloads of v 0.7.0:

285

Last Update:

30 May 2020

Package Maintainer(s):

Software Author(s):

  • Peter Belkner

Tags:

bs1770gain loudness normalizing scanner audio video

BS1770GAIN

  • 1
  • 2
  • 3

0.7.0 | Updated: 30 May 2020

Downloads:

1,564

Downloads of v 0.7.0:

285

Maintainer(s):

Software Author(s):

  • Peter Belkner

BS1770GAIN 0.7.0

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install BS1770GAIN, run the following command from the command line or from PowerShell:

>

To upgrade BS1770GAIN, run the following command from the command line or from PowerShell:

>

To uninstall BS1770GAIN, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade bs1770gain -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade bs1770gain -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install bs1770gain
  win_chocolatey:
    name: bs1770gain
    version: '0.7.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'bs1770gain' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.7.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller bs1770gain
{
    Name     = "bs1770gain"
    Version  = "0.7.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'bs1770gain':
  ensure   => '0.7.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 30 May 2020.

Description

Audio from different sources can be expected to be different loud and it would be nice to automatically adapt all these audio sources to the same loudness. Fortunately the ITU-R in their BS.1770 standard defines an algorithm which makes it possible to measure the loudness of a certain audio source. Based on the ITU-R BS.1770 measure several standards bodys defined what they think is the preferred loudness audio should normalize to, notably

  • EBU R128 (Europe) says -23.0,
  • ATSC A/85 (Northern America) says -24.0, and
  • [ReplayGain 2.0] says -18.0.
    BS1770GAIN implements the ITU-R BS.1770 loudness measurement algorithm and makes it accessable to a user in several ways as known from the EBU R128 standard, i.e.
  • measurement of the integrated loudness,
  • measurement of the maximum shortterm loudness,
  • measurement of the maximum momentary loudness, and
  • measurement of the loudness range.
    The integrated loudness is the two phase gated measurement of the mean loudness as described by ITU-R BS.1770. All measures are described in detail by EBU R128.

On top of that BS1770GAIN provides to additional measures not related to loudness:

  • measurement of the maximum sample peak (ordinary peak), and

  • measurement of the maximum true peak (peak due to upsampling).
    Besides measuring the loudness BS1770GAIN is also able to adapt it conformant with the above mentioned statndards. There are two ways to achieve this:

  • write REPLAYGAIN tags with the respective information to the file and leave the task of applying the gain to the playback device, or

  • actually apply the gain.

Usage

Command-line syntax


legal\LICENSE.txt

From: http://bs1770gain.sourceforge.net

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
legal\VERIFICATION.txt
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://iweb.dl.sourceforge.net/project/bs1770gain/bs1770gain/0.7.0/bs1770gain-0.7.0-win32.7z
   x64: https://iweb.dl.sourceforge.net/project/bs1770gain/bs1770gain/0.7.0/bs1770gain-0.7.0-win64.7z
  
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: 4E5C636ADE8E294A7E3B1191D2F111F2F9C6E4B9A068078023E9D3AD3AF675BF
   checksum64: 56C89A5CBD4C06F70C4C70D62765F599EAD53FE8B0EF8F6D910413FFF46A1AFD
 
File 'LICENSE.txt' is obtained from:
   http://bs1770gain.sourceforge.net
tools\bs1770gain-0.7.0-win32.7z
md5: BD9390A021F804603F54B380C13B8E64 | sha1: 4E86398A9DA78882EA9AA5AD36074DCC8151A930 | sha256: 4E5C636ADE8E294A7E3B1191D2F111F2F9C6E4B9A068078023E9D3AD3AF675BF | sha512: A03C2955ECE7193109D60B657B3D9EDB7D5FE3DEB5C4006664850497059A2695700FDE12F7A1B64CF96482CB2CBDD5358B781E1018570D1DAE6C607912BC181D
tools\bs1770gain-0.7.0-win64.7z
md5: 0C8CA9AFC95F88992F4BBB27758B334C | sha1: A9BBE97749B95F145646D1CC8F447A09BA154AF9 | sha256: 56C89A5CBD4C06F70C4C70D62765F599EAD53FE8B0EF8F6D910413FFF46A1AFD | sha512: 5B785E52DFFC8CB1F83F7E78FBB5CD9A26672201F70072BAB6AFB6A1DCB0B268E9B1D69DE66C9676BAAC6024BA95C987F38BEE6327F5D081FB347DA5DF9C679B
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName = $env:ChocolateyPackageName
  destination = "$toolsDir"
  file        = "$toolsDir\bs1770gain-0.7.0-win32.7z"
  file64      = "$toolsDir\bs1770gain-0.7.0-win64.7z"  
}

Get-ChocolateyUnzip @packageArgs

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
BS1770GAIN 0.6.9 144 Wednesday, April 29, 2020 Approved
BS1770GAIN 0.6.7 168 Wednesday, March 11, 2020 Approved
BS1770GAIN 0.6.6 150 Friday, December 13, 2019 Approved
BS1770GAIN 0.6.5 164 Thursday, October 3, 2019 Approved
BS1770GAIN 0.6.4 104 Sunday, September 29, 2019 Approved
BS1770GAIN 0.6.3 104 Wednesday, September 25, 2019 Approved
BS1770GAIN 0.6.2 107 Friday, September 20, 2019 Approved
BS1770GAIN 0.6.1 111 Thursday, September 12, 2019 Approved
BS1770GAIN 0.6.0 99 Sunday, September 8, 2019 Approved
BS1770GAIN 0.5.2 128 Saturday, August 17, 2019 Approved

This package has no dependencies.

Discussion for the BS1770GAIN Package

Ground Rules:

  • This discussion is only about BS1770GAIN and the BS1770GAIN 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 BS1770GAIN, 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.
comments powered by Disqus