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- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
BS1770GAIN
- 1
- 2
- 3
0.7.0 | Updated: 30 May 2020
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
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
DetailsScan 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.
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:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download bs1770gain --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
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.
This package was approved as a trusted package on 30 May 2020.
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
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/>.
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
md5: BD9390A021F804603F54B380C13B8E64 | sha1: 4E86398A9DA78882EA9AA5AD36074DCC8151A930 | sha256: 4E5C636ADE8E294A7E3B1191D2F111F2F9C6E4B9A068078023E9D3AD3AF675BF | sha512: A03C2955ECE7193109D60B657B3D9EDB7D5FE3DEB5C4006664850497059A2695700FDE12F7A1B64CF96482CB2CBDD5358B781E1018570D1DAE6C607912BC181D
md5: 0C8CA9AFC95F88992F4BBB27758B334C | sha1: A9BBE97749B95F145646D1CC8F447A09BA154AF9 | sha256: 56C89A5CBD4C06F70C4C70D62765F599EAD53FE8B0EF8F6D910413FFF46A1AFD | sha512: 5B785E52DFFC8CB1F83F7E78FBB5CD9A26672201F70072BAB6AFB6A1DCB0B268E9B1D69DE66C9676BAAC6024BA95C987F38BEE6327F5D081FB347DA5DF9C679B
Log in or click on link to see number of positives.
- bs1770gain.0.7.0.nupkg (0a1c3c7d4b26) - ## / 63
- bs1770gain-0.7.0-win32.7z (4e5c636ade8e) - ## / 62
- bs1770gain-0.7.0-win64.7z (56c89a5cbd4c) - ## / 62
- bs1770gain.exe (774c246bf389) - ## / 73
- bs1770gain.exe (a14864d8df9f) - ## / 72
- avcodec-58.dll (f08dd4253f0f) - ## / 71
- avfilter-7.dll (8b397ccfa2df) - ## / 72
- avformat-58.dll (41eb1976c326) - ## / 72
- avutil-56.dll (9c250cbd62d4) - ## / 72
- postproc-55.dll (957eccb73837) - ## / 72
- swresample-3.dll (b63b74d5ad72) - ## / 72
- swscale-5.dll (bb278a6a01a4) - ## / 72
- avcodec-58.dll (8ba897cf8d49) - ## / 70
- avfilter-7.dll (eaf3236e805b) - ## / 72
- avformat-58.dll (73c07a850de6) - ## / 71
- avutil-56.dll (427c309a66bc) - ## / 73
- postproc-55.dll (ccca10708865) - ## / 72
- swresample-3.dll (4c80ce6ffaa8) - ## / 71
- swscale-5.dll (679d31b5233e) - ## / 70
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.7.0 | 285 | Saturday, May 30, 2020 | Approved | |
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 |
Copyright © 2014-2019 by Peter Belkner
This package has no dependencies.
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.