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:

1,075

Downloads of v 0.3.3:

916

Last Update:

23 Sep 2016

Package Maintainer(s):

Software Author(s):

  • wieslaw.soltes

Tags:

wav audio splitter multi-channel managed c#

SimpleWavSplitter (Avalonia)

  • 1
  • 2
  • 3

0.3.3 | Updated: 23 Sep 2016

Downloads:

1,075

Downloads of v 0.3.3:

916

Maintainer(s):

Software Author(s):

  • wieslaw.soltes

SimpleWavSplitter (Avalonia) 0.3.3

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

>

To upgrade SimpleWavSplitter (Avalonia), run the following command from the command line or from PowerShell:

>

To uninstall SimpleWavSplitter (Avalonia), 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 simplewavsplitter-avalonia -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 simplewavsplitter-avalonia -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 simplewavsplitter-avalonia
  win_chocolatey:
    name: simplewavsplitter-avalonia
    version: '0.3.3'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'simplewavsplitter-avalonia' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.3.3'
end

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


cChocoPackageInstaller simplewavsplitter-avalonia
{
    Name     = "simplewavsplitter-avalonia"
    Version  = "0.3.3"
    Source   = "INTERNAL REPO URL"
}

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


package { 'simplewavsplitter-avalonia':
  ensure   => '0.3.3',
  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 by moderator flcdrg on 27 Sep 2016.

Description

Split multi-channel WAV files into single channel WAV files.


bin\Avalonia.Animation.dll
md5: 3C3361AD5A9C3D726110CD1A6E289D84 | sha1: D8BDBB459CEE4805BA152E69E298B7BD302B6CBE | sha256: 74F5C63CFF9E4B3B3A0137A004433A785A73072D5D3D70D3053F8F3A6EBFC2BE | sha512: 6646FD128CA5D8CA86BF23E6477B73B66A8E62B0D5C807098CCD14A75771AF92A0395CE1855089AD6EB993092B7739B559F2850C89B1E4DB82B6B202F3F97F9C
bin\Avalonia.Base.dll
md5: AF7C11C69940B10752A058775B0FF329 | sha1: 66D1C9FFB9E033A16D8949828681043C308D6C92 | sha256: DEC476F059AC537A43ACB2F44C8A7BFA3456C6C9018265DA0F614D4238E86BB0 | sha512: 979FEC1FBD1DF79E439891AFCC338818E4CD0BF6465749FD6DB1C1E697F01052306C1C0EE4FFDBFC4CBDD5A2A14ED7DE121014400525F15B804206DDC3556492
bin\Avalonia.Cairo.dll
md5: E04BE5D9AACD8A7DFC320B64290E414B | sha1: B26F71C3EFEEDF40A9CAE49877254D531E77D487 | sha256: 3D9C6A0038825B55EF243C735976CE7B0BE9BE44BD8EFA50962F7B6CD137100F | sha512: C1D2C7C0AB6838608578272ED71E76173F3511D65E9930CDF9ED7EE4608EF244E8FD8EF607EAC3247030A642212504A959F5934E09F9E4CA343E9BB7D3C06216
bin\Avalonia.Controls.dll
md5: 320AB2E43FC4AED42A038E6866098407 | sha1: C7A0FD779CB5ADE9A59F1DDF8DAA4106FCD48202 | sha256: 8F5C02F6536C2D979C70E84B9577A490E4D33F1FAEE7DC8E4E1CA4DBB99E7DCC | sha512: 04F2C65AABE549AE70D9940EED97709E69B1EFEF3D24F909A509AA14CF77F726AE783EADBCF05961D41E83A3B6D5B0F358202476C1A6AA1E0090B2583CECA198
bin\Avalonia.DesignerSupport.dll
md5: 62AC8004C74684E19A718AC33526B613 | sha1: 57AEED6814A2FB71F60803C128ED66D0A99E84AA | sha256: B9E5752371F40D24E51DA371AA96C3E43C05DE1487AEC9861A2296F8437BCE53 | sha512: 468D2091A8ECFB43FD7E1BACA4DE5F3EB7917B1FCB5D4D713FE17A076A13280DEB913B8F096BA9ECF9386E137DFE9D0D0D22FB4F68D697AEA921D9E17F53C04E
bin\Avalonia.Diagnostics.dll
md5: DF538CCB8683ADBAC338A3F1017357F8 | sha1: 91795C5710A90B5939FC18D9AE6FC5A9D8664133 | sha256: 7B771D676DDE9A17F57BDB5F72032E2A4F51FFF8817E138F19863FC4D9538927 | sha512: 90E118527CDE09EA6790B0719F66EF530C361F40B38C5CFBE44C1173C57C6E9CAA27A4733A07B9340806607F16663042518C9658EEEB843BC6CE365CABC409CC
bin\Avalonia.Direct2D1.dll
md5: 893D242CEF096BAC3066724ABE36FCC1 | sha1: A4514B85E008D9BEDDF7D5C2772DCAAEFD812808 | sha256: 2CE4034E0CFD57CD9653C6260EB8A643BBAB316C7BBE5126F0919A65BD8A59DA | sha512: E2782C5314C64B944E4651AD3725C8E5CC268F5358373375C489D653D56615D2391A6E04B202E10DCCDB2075530FDAC3D5C2A7A38A1AC42CC6A48CAF5DBC88F2
bin\Avalonia.Gtk.dll
md5: DBCC1EFDFAA9AF07860DAE93F05DA82A | sha1: B47CCE19F14FD60C6ABB8EC21759E8DA2FCD7FCB | sha256: 780086F2D592B1EF159E099711D3E9A466B6C82700A8F685605C9FA0B8B717AC | sha512: 3443BB29BFEEDF3A99CDE4E73480F252A4BCE84DAB10F20B4CB99D86507D29FA253DC747D4FC4052A434DC98BB9469637D6219E5F7CF29A94BD0774D6F131D81
bin\Avalonia.HtmlRenderer.dll
md5: EC62492E08A6390A9F2427D537DCFA12 | sha1: AF090FF5F7BB1CEF94264B2BAEBDE0AB43EE3CF5 | sha256: 7D0D14F4DCD82A6EC64CCAA659A1C1547A74D738671D5C9EF8BAE2B90BCD5E53 | sha512: 3BA7EA741B203336A89D25B1ED63D8B6DDFEC4C18944615CC6DB4009BBC7C143E3C454910C07FB0356E475679B30FFA82B7CDD7734EFCB0D985438B68AF3C859
bin\Avalonia.Input.dll
md5: 648B7F160C31B966EAE887600114C2E3 | sha1: 3E3748ABCE7532E801062284982A39F1BAD6C703 | sha256: 72037DE4D385945D9E49F378DFDC195569C5FB1670301FAB738CAC8AAE4E62DF | sha512: 7EC40AC5F50E832FCE781A9DD5C13D67382EF37A94F6D0E4E7475E777917478735437AAB1EB8C5754BAFDAEF01F3777315DD02C6B0E0715C7CB5DE250B835400
bin\Avalonia.Interactivity.dll
md5: E77B4164B21EFF0220572BD7079B4ED7 | sha1: 289B5F039B5ED91E6A8EED4F8226D175AAF1C593 | sha256: 05D4A415C13F9AD3CB5A5DAF129646D1B17854CB6B25E1A9AACB5A25B4B01DE9 | sha512: 55A06C46993C5F45B0CB7194787F21890ED96EBB4AE2D4271E9F2C9B6E90379CF9D8488E927C348B27BBDDA3DDC54C31CC04F9D41C5B58A0D0C0ACFC732C566B
bin\Avalonia.Layout.dll
md5: 90121F19380989F93CA7D3BE160D397B | sha1: 2DD9C7B403AD7D5DD34FF1B21BA2C6EEBEF3C461 | sha256: E86210F6A7C33F32FDDBCD431B2376A08A3658F4C799A20D9EEBCCDB5CA05F38 | sha512: F47BC4424503578D55443ED301D1E3EF9D0EFD3E1B832DA1B52B862BB47C91A0C3860068D543C7FB9F8B893DF365CC41B9152CFC9A264A697C5749BA545DE43F
bin\Avalonia.Logging.Serilog.dll
md5: 9BBD262543B3EE83201DC752023914A2 | sha1: A4B21B95BC8677A95C464D0C502C1636E5FFB5BA | sha256: DC16A8ACFFE4F4513C3DAC8CCAE0D36E0204F2C46E745038A3C9402852257478 | sha512: E3C9DAE4F03B86F2304A450F619E138D483D7CC8452964C153E435B0204ABC8106F502487A1FEE7D5777DF2EB8296BE38D6FBF1867A18D9C1577C91D8F650739
bin\Avalonia.Markup.dll
md5: F43F73675D94B2C6D3AC4A7E5E882A09 | sha1: 9BD1FA17755EFFE0310CC8BC2E436D6C7C2B9778 | sha256: D785980E03710B2A3DD9E1AE561DDBA5745F02A3E8721E4B60894F024153E907 | sha512: 41E1D9CDD1B4FB3AF37E212CC5FACEFA9B55EB39708380A1591DE37F54B5539695493FB4B17DC4C4A8383B12E7766C89A124F4F68774005F962FEC4B66185EAA
bin\Avalonia.Markup.Xaml.dll
md5: 6622A2F8ACB1F7CA5663E5EB8036259B | sha1: 6340593B04C61456B457A46214E58D9A9A0E66A1 | sha256: EF4FBAC46D059F60CB5294F3D9FBC8A77B724E872D4BFABD05CAABFDBE922CA0 | sha512: DDED913FFB996D2EEA67702EC32BC5FF6DC6898C75C325C4A510C58D7BB79C6FD2ED2611EB23308D7F84472DB9649F14D480E0C1B310DB77FE1E9EC0F831B614
bin\Avalonia.ReactiveUI.dll
md5: 8A5C614B0B9BAFA119A3CE6CC3592622 | sha1: 7B16861AD45E5AEF6D8C42E7F1D4ECCA8CEEBCCB | sha256: D3B9C313FE2B6E8F300722A3E7CF72B85EF61681A99361D18D71F4D5D871F222 | sha512: D0144FC253573CDB1B42A9AD9035A614E0296063CC174EE8093E3D90A871E880176DEE42842B34F598A1B6B50AA4C1587EB7690C3BFE28AA4ADBD2BEEAEE1D11
bin\Avalonia.SceneGraph.dll
md5: 867E2FBC9311A030C347F76B4FD682D9 | sha1: FC1D86C40623B401484BA7FE14076B4CDA56A8D9 | sha256: A6E5C3BDD1745975E2A519AE7BBE6222BC6A9C74DA8AE13C0EB182C73092959F | sha512: 592B7C4191F90B8B93499E57AB7314AE24D33837C9AFC54CC409D8B6BA72AC23A87E6863974251779B9344758F61D5F08EC443F4D48AA01C16ED41E12F5637C6
bin\Avalonia.Styling.dll
md5: C44C4F552E0BF882C7B69CE9037C8C5B | sha1: A7C45C61862966DA284F8F5F2CE3E656AE6B16AF | sha256: 851AC194171743E4E4303BACE58D1DC55649AA01387DC93BA81D15CC37C6E3E1 | sha512: B7A2553C055527C5B62E97C69C89FF6ACF747453F48905AAE3E48FF7B0FF10A504CCEC257B99F980BFE015C31C23831CC26A78929F7A54B6CFE221FE9C4EAD9B
bin\Avalonia.Themes.Default.dll
md5: 7BDBA0D618A08DE8C7A47B8911682DBB | sha1: 1BB9213AC2A5CC7DCAB4BB6A4D0D708B131AA90A | sha256: 6715E4EA5E3B9587A586E82A13E11B753C9E9289A89611A5B2BAA171A75E4F41 | sha512: 8BC5BF87E938744E5F8D96CEE06DAEE5FB47D1C24DBE24FF1DEED56A911DEDFC3465D5F9591BD23F563E843182F0583FC827A15315F272DAB70ED1EA34029C51
bin\Avalonia.Win32.dll
md5: B6CD3B11311FB8D135F53AA062C51239 | sha1: 68FC75F92C80D3BA7D76DB529799845511EC89DC | sha256: 32C7CE285FCF9EFA446FA144E9BFAFDDFA594EE80CD2C7410C7D6EF3B98CEF7D | sha512: E87AE7A701DC193DC49A17212BCD474298C5B708B51FABB4D72EE2F94F02B5DEA773FEF1BE3EDF84ABA1FB765AA8C8E146D1CEDAEC9F707BF73F40D073171AF9
bin\Serilog.dll
md5: E23ADEF5CAB18A0A2F697C5FB67A41B8 | sha1: D184CDD063660B50D2F32FF3CA8D7521A2F695B5 | sha256: C637B78047BB7D55B50B204E6E4C633068AC0829ABB4FF35A3C810015200916D | sha512: 02AD1F617F8CBA85C7A1AE728978358FF1EB8D4B630673033562174045EED067677CDD69E32B4EFC792050E0A781EE532FDF09336657FD1B46560AE772CFB975
bin\Serilog.FullNetFx.dll
md5: D491B47D48EABBB6AA6500E8B79D8FD5 | sha1: E5DA2E3A55CEF47A96C0B07FE6FB8B3EB8E61861 | sha256: DDA7167DF152F7626E57FC536DB0F71DD9B360250AF0F01AB57B4BF35B05F6F9 | sha512: 92A5E8756372DE5D12F8B53E3906A5988BB3B872DBB970A6866FDF1985C2D318955E593AD5189037A6B59E67E5A35B3B5871CC925A52BE9C425D78E88F4CA45C
bin\SharpDX.Direct2D1.dll
md5: 75DD70E8BAA66AD71882C829780B7419 | sha1: 247BAAF482991C4EFA96088CF4CF98F8544E5419 | sha256: 4BEA5786CB1A56C9F1042374A5C45A6E07106AA0BD77C97D75A3707D7EB8A83B | sha512: 871623E05469F656CBB7C124329AA4E767DA215F88C76A8B4976676402ADB874B3636D5C765157FA33C6D6C26F22F212CFF493A7896161F47C59A249A3F77EF3
bin\SharpDX.dll
md5: CE0277841F71A2E098D810C6F942B37F | sha1: 83378546082129B445EDCEFFAB8FEF88BD0DFA96 | sha256: 9F730C5609B0CBB6D79E226C1088EF547D311B89F64C95DAA1EE748E180679CF | sha512: 2B6F408152F56206AD83E88643EF029A210BD102D56BDF41464A5BD659DFF1377E20FA80D7FC16A2F3DF5848909F69B1AD28F46E8A0130920C59CB7F7F74CA9C
bin\SharpDX.DXGI.dll
md5: 5CD305A40CB2D609DFA8FB27269B9E8F | sha1: 7D1F12F5EABCE4A30098354289A5F1D706749282 | sha256: 25455F65224CE2383430929AD4269515CF2E21073FFC5616EACB1CE77C05566C | sha512: 9998463FD3D83BC8E0009126B31B091E7ECB706773A6A1BD9DBE09F4424693C9CD9D8B8C8FD07AEF744F2DA31A0E7958F6C4D695CD9F53CC41707955CF4A716C
bin\SimpleWavSplitter.Avalonia.exe
md5: 1D4F0976687E138FD42376EA8EFFA48C | sha1: 1A88E3259BD08AF92A89A58CAC299E9840C3D604 | sha256: 817EC73FA7F6ACC8CB7F779BF2C612CB08435476AC54E7E2314BF84ACD46FE5A | sha512: 8BD240F2069EAC4D94D88D490F0DFA0DDD2E9F70E441FCA85D0CCE4ACC258B039454FC1F0D3A268DE8CE93F0FA8A0F445F244D0E8273CFCBF7E417D56B7C29EF
bin\Splat.dll
md5: 1975E684C48457D72F37696BB1B880E6 | sha1: EB254B470DF9172AA07F13E7280BCED746D95E22 | sha256: 7A6F255CF59D6594C8F5BC466956F09305A3A10C8D683E485C7E1F14371701C4 | sha512: EDB06DA485E4DC562C7833EF887172BE5DDB4D36A041463DC662CCAFAA8FAD816306091F774A7463F1538AD1C62EE9433BD12673D943BD885BF2CB38FC633A08
bin\Sprache.dll
md5: 279C441D57FD112625483B608109D984 | sha1: 7E0B5E40FFF9F13C90C83935847FEFAB0CAFD2D5 | sha256: 43E977B9C4225EF2057BB024EA6744757000AE491B2C22BCC4A74AF91A4F88A9 | sha512: 1443A9930CDD2CC2575119E69AF2CD17415918E8E1B5EE4533A6668C497F253FB364AF04A33F83C2FECFFA7B01F4FC7F0988A8850A02F2982308D075431532E9
bin\System.Reactive.Core.dll
md5: 02A5A7214C63A9B9F7FFD5CFBACC6B8F | sha1: 0BC83B237AEB0B37D8D7AA73F91658C32859C1A6 | sha256: 0A4A074E2FCBAFC2252016A2DFCB87D3A85FF74E203116F2BBAA722C2E9A2A64 | sha512: D847ABB9260E5AE748F087B87974C006C808B5AAAA7B1636CBD5667FB57292FF6C4E6FB30BFC7F33914D676685DC06F1521612DD45BA2D0EF5EE1C689524D8D3
bin\System.Reactive.Interfaces.dll
md5: 7627AF24B44DCB3CB7E6BB2753534BFA | sha1: C97E81366A72F5BF5369DBAEC7FD647979D63550 | sha256: EF30AA9B306DC80F16611E624B42E54C41DC95786A13852BF18FA458597E6CF5 | sha512: 5C6CB44AF79EC96B6564545EB6DF278726FD2C5421EF75E79CD777ADD45EC62BD4089F0BE8C685A7DA83BBFF681FBCFB3D1522FF1A1201891467987162D886BF
bin\System.Reactive.Linq.dll
md5: 996A389E58910B0E95AB32187EB8FA35 | sha1: 57790A331B1E62BB2375A6D61E7FDF51202CAD18 | sha256: 05630C8BD5B3E786CA07790040FFD2B916C4CD4A8632A33D51DFF7831C647F4B | sha512: 40101270E47DBC0BA4A5AC011BEC0BF88EA6E03057EB124E761EF3A916A5B3DE6C2266E6BC9FD6A3E3A1C8AFCE77C4391F0015F4F34B7C031518209562BC5BA7
bin\System.Reactive.PlatformServices.dll
md5: 18EFBDBA2A5D326720DAF24DB06952E5 | sha1: 2AAEB21E21BCB968169B459A29FDB8B288C0CD9A | sha256: 26F43CE45F6C531576280ADCFC80E7F9F49F2E26E563C688FD4CCE4ABC48B9BB | sha512: B40757321CB28C9340B1557723465F559B932CCB3DC39FF69863D2CA77E70711516A1AD19CF34D3A124BFB16B083CDCEDB9332A43AEAE2C9789B7A8C815DA8C4
bin\System.Reactive.Windows.Threading.dll
md5: 5FCB898D594119391304C9254964D834 | sha1: 27B443FD23D738DC3D410C371D9CC63A65D042B1 | sha256: D5F1275363537521A2CD6C0A131F0096CEF17B3EA3541CCE0E867A88527485E1 | sha512: 8B2E79B200AA66EAB7C41E7813F90BBFC657F7DF3CE47FDF9E31E1044F76535C5487CC88781AC5D376394FBEFF7B2108B56189CAA708BBB30394B00C3CB4C54B
bin\WavFile.dll
md5: 78AEAE3FAEB3726538E9124ACF95703F | sha1: 73E009DB3AE57D0879CC2D24BD614F98DAD686C0 | sha256: 54F3E07A20C6058690B65F1968355C5C4F6D3250BEE2C273E9192C1817985C2F | sha512: 106CE94BCA6106DB33BDE9F33E1EAE3940039F5B21EA7A26C8E1D1C0FBB8F17F7E6D0367324DC5CFBFDBFB86BD83BC137BC6FE4600E553FD7CE57A175E42CE3B

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

This package has no dependencies.

Discussion for the SimpleWavSplitter (Avalonia) Package

Ground Rules:

  • This discussion is only about SimpleWavSplitter (Avalonia) and the SimpleWavSplitter (Avalonia) 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 SimpleWavSplitter (Avalonia), 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