Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

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

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
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

Downloads:

21,862

Downloads of v 3.7:

122

Last Update:

09 Jul 2019

Package Maintainer(s):

Software Author(s):

  • Ocenaudio Team

Tags:

ocenaudio.install audio editor

Ocenaudio (Install)

This is not the latest version of Ocenaudio (Install) available.

  • 1
  • 2
  • 3

3.7 | Updated: 09 Jul 2019

Downloads:

21,862

Downloads of v 3.7:

122

Maintainer(s):

Software Author(s):

  • Ocenaudio Team

Ocenaudio (Install) 3.7

This is not the latest version of Ocenaudio (Install) available.

  • 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 Ocenaudio (Install), run the following command from the command line or from PowerShell:

>

To upgrade Ocenaudio (Install), run the following command from the command line or from PowerShell:

>

To uninstall Ocenaudio (Install), 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 ocenaudio.install -y --source="'INTERNAL REPO URL'" --version="'3.7'" [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 ocenaudio.install -y --source="'INTERNAL REPO URL'" --version="'3.7'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install ocenaudio.install
  win_chocolatey:
    name: ocenaudio.install
    version: '3.7'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'ocenaudio.install' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.7'
end

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


cChocoPackageInstaller ocenaudio.install
{
    Name     = "ocenaudio.install"
    Version  = "3.7"
    Source   = "INTERNAL REPO URL"
}

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


package { 'ocenaudio.install':
  ensure   => '3.7',
  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.

NOTE

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.

Package Approved

This package was approved by moderator Pauby on 17 Jul 2019.

Description

Features

VST plugins support

ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration.

Real-time preview of effects

Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls.

The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time.

Cross-platform support

ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others.

To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development.

Multi-selection for delicate editions

To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them.

For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect.

Efficient editing of large files

With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly.

Try it, you will be amazed!

Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity.

Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display.

screenshot


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
    
  url            = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio.exe'
  checksum       = 'e593ad83b90bcdb1816f2f8d27b0ebb5207ed2dc79c6724e4fe729c968468c73'
  checksumType   = 'sha256'

  url64          = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
  checksum64     = '915c09dc6c1c53ab1611f0a2ef73962f015c0f30de87a0066b96c6105ee63a0a'
  checksumType64 = 'sha256'

  silentArgs	 = "/S"
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  softwareName  = 'ocenaudio'
  fileType      = 'exe'
  silentArgs    = "/S"
}

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
  $key | % {
    $packageArgs['file'] = "$($_.UninstallString)"
    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)"}
}

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
Ocenaudio (Install) 3.13.5 181 Wednesday, March 20, 2024 Approved
Ocenaudio (Install) 3.13.4 646 Thursday, February 8, 2024 Approved
Ocenaudio (Install) 3.13.3 483 Sunday, December 24, 2023 Approved
Ocenaudio (Install) 3.13.2 544 Wednesday, November 1, 2023 Approved
Ocenaudio (Install) 3.13.1 359 Wednesday, October 4, 2023 Approved
Ocenaudio (Install) 3.13 165 Saturday, September 30, 2023 Approved
Ocenaudio (Install) 3.12.7 390 Friday, September 1, 2023 Approved
Ocenaudio (Install) 3.12.6 67 Friday, September 1, 2023 Approved
Ocenaudio (Install) 3.12.5 419 Wednesday, August 2, 2023 Approved
Ocenaudio (Install) 3.12.4 441 Friday, July 7, 2023 Approved
Ocenaudio (Install) 3.12.3 151 Wednesday, July 5, 2023 Approved
Ocenaudio (Install) 3.12.2 478 Saturday, June 3, 2023 Approved
Ocenaudio (Install) 3.12.1 48 Saturday, June 3, 2023 Approved
Ocenaudio (Install) 3.11.27 413 Sunday, May 14, 2023 Approved
Ocenaudio (Install) 3.11.26 80 Saturday, May 13, 2023 Approved
Ocenaudio (Install) 3.11.25 242 Thursday, May 4, 2023 Approved
Ocenaudio (Install) 3.11.24 748 Thursday, April 20, 2023 Approved
Ocenaudio (Install) 3.11.23 405 Wednesday, March 29, 2023 Approved
Ocenaudio (Install) 3.11.22 802 Wednesday, January 11, 2023 Approved
Ocenaudio (Install) 3.11.21 327 Wednesday, December 28, 2022 Approved
Ocenaudio (Install) 3.11.20 116 Monday, December 26, 2022 Approved
Ocenaudio (Install) 3.11.19 276 Friday, December 16, 2022 Approved
Ocenaudio (Install) 3.11.18 242 Friday, December 9, 2022 Approved
Ocenaudio (Install) 3.11.17 196 Monday, December 5, 2022 Approved
Ocenaudio (Install) 3.11.16 201 Wednesday, November 30, 2022 Approved
Ocenaudio (Install) 3.11.15 533 Friday, September 16, 2022 Approved
Ocenaudio (Install) 3.11.14 388 Friday, August 12, 2022 Approved
Ocenaudio (Install) 3.11.13 343 Wednesday, July 6, 2022 Approved
Ocenaudio (Install) 3.11.12 392 Tuesday, May 24, 2022 Approved
Ocenaudio (Install) 3.11.11 272 Wednesday, May 11, 2022 Approved
Ocenaudio (Install) 3.11.10 382 Friday, April 1, 2022 Approved
Ocenaudio (Install) 3.11.9 156 Thursday, March 31, 2022 Approved
Ocenaudio (Install) 3.11.8 138 Tuesday, March 29, 2022 Approved
Ocenaudio (Install) 3.11.7 278 Friday, March 18, 2022 Approved
Ocenaudio (Install) 3.11.6 201 Tuesday, March 15, 2022 Approved
Ocenaudio (Install) 3.11.5 386 Tuesday, February 8, 2022 Approved
Ocenaudio (Install) 3.11.4 241 Wednesday, February 2, 2022 Approved
Ocenaudio (Install) 3.11.3 101 Tuesday, February 1, 2022 Approved
Ocenaudio (Install) 3.11.2 311 Wednesday, December 22, 2021 Approved
Ocenaudio (Install) 3.11.1 229 Thursday, December 9, 2021 Approved
Ocenaudio (Install) 3.11 250 Tuesday, November 23, 2021 Approved
Ocenaudio (Install) 3.10.15 253 Thursday, November 11, 2021 Approved
Ocenaudio (Install) 3.10.14 112 Wednesday, November 10, 2021 Approved
Ocenaudio (Install) 3.10.13 374 Tuesday, September 28, 2021 Approved
Ocenaudio (Install) 3.10.12 314 Wednesday, August 25, 2021 Approved
Ocenaudio (Install) 3.10.11 267 Friday, August 6, 2021 Approved
Ocenaudio (Install) 3.10.10 244 Friday, July 16, 2021 Approved
Ocenaudio (Install) 3.10.9 297 Wednesday, June 9, 2021 Approved
Ocenaudio (Install) 3.10.8 125 Tuesday, June 8, 2021 Approved
Ocenaudio (Install) 3.10.7 224 Tuesday, May 18, 2021 Approved
Ocenaudio (Install) 3.10.6 195 Friday, April 30, 2021 Approved
Ocenaudio (Install) 3.10.5 218 Monday, April 12, 2021 Approved
Ocenaudio (Install) 3.10.4 238 Thursday, March 18, 2021 Approved
Ocenaudio (Install) 3.10.3 223 Friday, February 5, 2021 Approved
Ocenaudio (Install) 3.10.2 244 Wednesday, December 30, 2020 Approved
Ocenaudio (Install) 3.10.1 147 Tuesday, December 22, 2020 Approved
Ocenaudio (Install) 3.10 141 Wednesday, December 16, 2020 Approved
Ocenaudio (Install) 3.9.7 161 Saturday, November 28, 2020 Approved
Ocenaudio (Install) 3.9.6 111 Thursday, November 26, 2020 Approved
Ocenaudio (Install) 3.9.5 194 Tuesday, October 20, 2020 Approved
Ocenaudio (Install) 3.9.3 177 Saturday, October 3, 2020 Approved
Ocenaudio (Install) 3.9.2 148 Wednesday, September 30, 2020 Approved
Ocenaudio (Install) 3.9.1 148 Saturday, September 26, 2020 Approved
Ocenaudio (Install) 3.9 151 Wednesday, September 23, 2020 Approved
Ocenaudio (Install) 3.8.1 239 Thursday, August 27, 2020 Approved
Ocenaudio (Install) 3.8 129 Wednesday, August 26, 2020 Approved
Ocenaudio (Install) 3.7.20 213 Tuesday, July 14, 2020 Approved
Ocenaudio (Install) 3.7.19 183 Tuesday, June 30, 2020 Approved
Ocenaudio (Install) 3.7.18 193 Wednesday, June 3, 2020 Approved
Ocenaudio (Install) 3.7.17 127 Tuesday, June 2, 2020 Approved
Ocenaudio (Install) 3.7.16 170 Thursday, May 21, 2020 Approved
Ocenaudio (Install) 3.7.14 206 Friday, May 1, 2020 Approved
Ocenaudio (Install) 3.7.12 255 Tuesday, March 17, 2020 Approved
Ocenaudio (Install) 3.7.11 134 Tuesday, March 10, 2020 Approved
Ocenaudio (Install) 3.7.10 214 Thursday, February 27, 2020 Approved
Ocenaudio (Install) 3.7.9 240 Friday, December 27, 2019 Approved
Ocenaudio (Install) 3.7.8 158 Friday, December 13, 2019 Approved
Ocenaudio (Install) 3.7.7 158 Tuesday, November 19, 2019 Approved
Ocenaudio (Install) 3.7.6 189 Thursday, October 24, 2019 Approved
Ocenaudio (Install) 3.7.5 171 Friday, October 11, 2019 Approved
Ocenaudio (Install) 3.7.4 202 Monday, August 26, 2019 Approved
Ocenaudio (Install) 3.7.3 174 Friday, August 16, 2019 Approved
Ocenaudio (Install) 3.7.2 170 Thursday, July 25, 2019 Approved
Ocenaudio (Install) 3.7.1 142 Monday, July 15, 2019 Approved
Ocenaudio (Install) 3.7 122 Tuesday, July 9, 2019 Approved
Ocenaudio (Install) 3.6.4 190 Saturday, June 15, 2019 Approved

This package has no dependencies.

Discussion for the Ocenaudio (Install) Package

Ground Rules:

  • This discussion is only about Ocenaudio (Install) and the Ocenaudio (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 Ocenaudio (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.
comments powered by Disqus