Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

AudioKit

We are on a mission to make audio programming fun and easy and accessible to all.
Collective - Host: opensource - https://opencollective.com/audiokit - Code: https://github.com/AudioKit/AudioKit

Traverse all nodes even if upstream doesn't have an engine

github.com/AudioKit/AudioKit - c906d8d65ccc6159258e362127c00822bc82b578 authored over 2 years ago
Delete ISSUE_TEMPLATE.md

github.com/AudioKit/AudioKit - 833aa2d007a3d82df232d788f4e0b006bdfa91f7 authored over 2 years ago
Delete CODE_OF_CONDUCT.md

github.com/AudioKit/AudioKit - 9657c795faa05f3ebdc0b8efb2789165a64f7389 authored over 2 years ago
Delete FUNDING.yml

github.com/AudioKit/AudioKit - defa103f62c66d73306eb0d030f339a24f0a7c91 authored over 2 years ago
Implement disconnect strategy for node

AudioKit's existing disconnect strategy traverses connections
recursively and reconnects nodes. ...

github.com/AudioKit/AudioKit - e04a303af4944cb6f94f4455e16f9a4136e335b0 authored over 2 years ago
Merge pull request #2763 from jcavar/fix/deadlock-2

Fix another deadlock in BaseTap

github.com/AudioKit/AudioKit - 4b95fc464e007eccadd6a4dfd291de1e744c41a0 authored over 2 years ago
Revert commented out test

github.com/AudioKit/AudioKit - fac137be1d2a3131527ced4c08c9db84695f8084 authored over 2 years ago
Fix another deadlock in BaseTap

If we invalidate `handlerBlock` *after* the lock in tap stop,
`handlerBlock`, might get called b...

github.com/AudioKit/AudioKit - 396ea2b451e4cd039cc7f9e6e30c91f3b7837c90 authored over 2 years ago
Merge pull request #2762 from AudioKit/actor-taps

potential approach for safe taps using actors

github.com/AudioKit/AudioKit - ca98ae3f774d0ba155f1229f4dec96b80a5f5f69 authored over 2 years ago
Update RawDataTapTests.swift

github.com/AudioKit/AudioKit - 5a8319b296c7ae0709ecb78785721493488c1bec authored over 2 years ago
Ensure tap handler was called.

github.com/AudioKit/AudioKit - 4a8d1b102b888b6952142f0203b86176f3c4ef94 authored over 2 years ago
Ensure we've received data.

github.com/AudioKit/AudioKit - e7fef3f917ad531bdd9f2a8a173563cdfd9d0350 authored over 2 years ago
Disable intermittent test.

github.com/AudioKit/AudioKit - d6640051f30a1322c0890445aef8e660033a95b1 authored over 2 years ago
Disable intermittent failing tests.

github.com/AudioKit/AudioKit - f3a52f47ac575a05e0693678ec458be7946cff4a authored over 2 years ago
Attempt to fix CI

github.com/AudioKit/AudioKit - 0708453bc535c26a6f366b956d0e2a24bab187fc authored over 2 years ago
Attempt to fix CI

github.com/AudioKit/AudioKit - 6696df9a364d24ae005894bea830437fed49083f authored over 2 years ago
Attempt to fix CI.

github.com/AudioKit/AudioKit - 9594487b82023718ed01ad40cc5ac19d3edf7f11 authored over 2 years ago
Need Swift concurrency.

github.com/AudioKit/AudioKit - 8bfc22c493f5bde92331162663156cb8addaa430 authored over 2 years ago
Ensure handler is called

github.com/AudioKit/AudioKit - 335aaadfa94a5024a39c229e36422ace677c4085 authored over 2 years ago
Add RawDataTap2 and test.

github.com/AudioKit/AudioKit - 06d36cd9848273898a3eb5a2d9b5de63ac5a24c6 authored over 2 years ago
Need Swift concurrency.

github.com/AudioKit/AudioKit - e839fce4b19469ddde483dafca769c2f70fc2ad1 authored over 2 years ago
Update FUNDING.yml

github.com/AudioKit/AudioKit - 29dbb5aa746c28592d0f36d5d32a4f5f2c135144 authored over 2 years ago
Referring to Discord instead of Slack

github.com/AudioKit/AudioKit - 391465c328e64f211328e6bb476b296bc0a26854 authored over 2 years ago
Swift formatting with swiftformat

github.com/AudioKit/AudioKit - ebf0460bf1b3fc8d3888d26d9aa926892294cd0c authored over 2 years ago
Merge pull request #2758 from Matt54/MultiSegmentAudioPlayer-add-prepare-with-frame-count

MultiSegmentAudioPlayer - prepare with frame count

github.com/AudioKit/AudioKit - 45036d611d6d3338bd6279d91039ffca1646d0db authored over 2 years ago
MultiSegmentAudioPlayer - prepare with frame count

Added prepare with frame count to MultiSegmentAudioPlayer's schedule segments method

github.com/AudioKit/AudioKit - ec652d59f90391dc378176dfd09ac5a42b4c5ff2 authored over 2 years ago
Conform to Identifiable

github.com/AudioKit/AudioKit - e8d2ee3316372974cf41be7d5d57b145ff240a6e authored over 2 years ago
Merge pull request #2757 from nakajima/handle-buffer-capacity

Handle case where BaseTap bufferSize exceeds frameCapacity of buffer.

github.com/AudioKit/AudioKit - 418b61fa0cc1c9752f79eb608479412f6cc3c2d3 authored over 2 years ago
Actually use bufferWithCapacity

github.com/AudioKit/AudioKit - 5e7046c51899d7a884906adfe330b94273de0468 authored over 2 years ago
Remove unintended whitespace change

github.com/AudioKit/AudioKit - 11013e2ef1a8543c0867b60824875c9c4870589e authored over 2 years ago
Handle case where BaseTap bufferSize exceeds frameCapacity of buffer.

github.com/AudioKit/AudioKit - 55640a7cbd9bfafa143d69133d81e3f897348282 authored over 2 years ago
fix #2755. Don't warn about NSMicrophoneUsageDescription if rendering manually.

github.com/AudioKit/AudioKit - 5232817a9dadbe14462e69d4837d2bac5a1c141e authored over 2 years ago
Merge pull request #2753 from Matt54/MultiSegmentAudioPlayer-ZeroFramesCondition

MultiSegmentAudioPlayer - Added guard to prevent invalid number of frames scheduled crash

github.com/AudioKit/AudioKit - 9bbb56c003d41f12ca92fd173be5468c816c2005 authored over 2 years ago
Minor rewording

Minor rewording

github.com/AudioKit/AudioKit - 351b2270e28d36ecdc2fd9607b97180c25b8c410 authored over 2 years ago
Hounds are hungry (code styling)

Hounds are hungry (code styling)

github.com/AudioKit/AudioKit - f6149debbd5eb6da5575ecc4e3c3d83b89c793bb authored over 2 years ago
Housekeeping

Housekeeping

github.com/AudioKit/AudioKit - cda2c1301cdf45aa3a1eddcaa814cc13b30f8378 authored over 2 years ago
Added guard to prevent zero frames scheduled crash

Added guard to prevent zero frames scheduled crash

github.com/AudioKit/AudioKit - 180c9b1afa7c986e8e4b80b6cbf3412f19c5813d authored over 2 years ago
Merge pull request #2752 from YuandaLiu-Hashed/FFTTap-zero-padding-fix

Fix FFTTap zero padding issue

github.com/AudioKit/AudioKit - 984d982927a8d1d6a8ba642cf76632dff637f003 authored over 2 years ago
Added test cases for FFTTap for zero padding

github.com/AudioKit/AudioKit - 63249a4b38fcd27a18bfddfdbea65ac3f5dbd67d authored over 2 years ago
Fix FFTTap issue when zero padding is used.

Set the window size to the buffer's length instead of the size after zero padding.

- Prevented ...

github.com/AudioKit/AudioKit - 127c0fb99cfce433ba0675cd123dbbda3a82501e authored over 2 years ago
Merge pull request #2750 from Matt54/MultiSegmentAudioPlayer-sample-time-fix

MultiSegmentAudioPlayer sample time fix

github.com/AudioKit/AudioKit - 6a824dad351ddce5577036b909d3b6dcc4883faa authored over 2 years ago
Moved guard statement

Moved guard statement

github.com/AudioKit/AudioKit - 426b496b8761708d2db2b7b5e9086c850abfad00 authored over 2 years ago
MultiSegmentAudioPlayer sample time fix

Fixed default sample time used for segment scheduling so that segments will no longer play late ...

github.com/AudioKit/AudioKit - 2a2b733bd8407a1642eb9e42f0af3c59fa618174 authored over 2 years ago
Merge pull request #2746 from jcavar/feature/matrix-mixer

Implement matrix mixer

github.com/AudioKit/AudioKit - 07ce0380a9284e94bd97aabdac59365c984df99a authored over 2 years ago
Implement matrix mixer

github.com/AudioKit/AudioKit - 837cb15b14da8ed1eab1c946301f869fdba9e9f9 authored over 2 years ago
Merge pull request #2745 from jcavar/fix/tap-channels

Fix amplitude tap crashing for more (or less) then 2 channels

github.com/AudioKit/AudioKit - 86b4693e4c209f1fd30aaf536ef9f0144a28131d authored over 2 years ago
Merge branch 'AudioKit:main' into fix/tap-channels

github.com/AudioKit/AudioKit - 7d8a21a1fe576943eabd34b5a45c59c73f230e70 authored over 2 years ago
Fix all channels not reset and average calculation

github.com/AudioKit/AudioKit - bf6bb4bb4339f30a79a099e665f419279f4ad98e authored over 2 years ago
Merge pull request #2744 from Matt54/MultiSegmentAudioPlayer-SampleTime

MultiSegmentAudioPlayer - offline rendering timing

github.com/AudioKit/AudioKit - 9124675ac9a40c9081fd59ddf197f96619df6603 authored over 2 years ago
Fixed failing test

Fixed failing test for scheduling player into the future

github.com/AudioKit/AudioKit - 41440db68de54d0a8c3d9f9894448c926bdaa92a authored over 2 years ago
Fix AmplitudeTap crashing for more then two channels on input

github.com/AudioKit/AudioKit - ce7035439aadb77a55887046cb7d62015014fe79 authored over 2 years ago
MultiSegmentAudioPlayer - offline rendering timing

Added zero sample time as reference time now argument

github.com/AudioKit/AudioKit - bdb559b39e8ab463f03f67e41823ba0c96867ec9 authored over 2 years ago
Made CommonError cases lower camel cased

github.com/AudioKit/AudioKit - d5ace051d1f0de7ae7bf1ae3222313573ef410e2 authored over 2 years ago
Removed old .h file

github.com/AudioKit/AudioKit - a20a06bdc1c18f036e2932e758e3fe2859ad734b authored over 2 years ago
SIlenced Xcode 14 warnings that these method could not be overridden

github.com/AudioKit/AudioKit - d86f19f0f2499f368325bd604a6f1dc445300d31 authored over 2 years ago
Allow sampler init without any arguments, and without URL warning

github.com/AudioKit/AudioKit - 17cc0b19b8800ad6da28fb00c39ff921924e7dff authored over 2 years ago
Merge pull request #2743 from Matt54/noderecorder-optional-delete-recordings-on-deinit

NodeRecorder - optionally delete recordings

github.com/AudioKit/AudioKit - 5674685adc7567886634958f25eff0e7b7d8a2a1 authored over 2 years ago
Switched order of initialization arguments

Switched order of initialization arguments

github.com/AudioKit/AudioKit - eeda008e96359f499d111e52000e5ef7db54013d authored over 2 years ago
NodeRecorder - Made delete recordings on optional

NodeRecorder - Made delete recordings on deinit optional

github.com/AudioKit/AudioKit - 668256c57122e454ac168a327fa80dc035a1d7df authored over 2 years ago
Merge pull request #2742 from Moriquendi/public-init

Public initializer for MultiChannelInputNodeTap.FileChannel

github.com/AudioKit/AudioKit - 45a6131f70277e262d00e700b50ed347505cb284 authored over 2 years ago
Merge pull request #2741 from jcavar/feature/node-output-format

Add an ability to specify node's output format

github.com/AudioKit/AudioKit - bc3a3cabb7396e6ea4a3a1472f1eec5bf2a791d3 authored over 2 years ago
Cleanup whitespace.

github.com/AudioKit/AudioKit - a590db61bc0af0f2bf3fe05db93912d50fe68b52 authored over 2 years ago
Add public init to MultiChannelInputNodeTap.FileChannel.

github.com/AudioKit/AudioKit - 7815137c037fd0f5e16ed09e8369472ec966aa10 authored over 2 years ago
Fix linter issue

github.com/AudioKit/AudioKit - 38473d7a9030b03cb17af72245cddd84e79f80fb authored over 2 years ago
Add a test for connection formats

github.com/AudioKit/AudioKit - 2a14e8b50567755f0290dc6c181cde95c36d979c authored over 2 years ago
Merge pull request #2739 from MarkLeef/fix-fadin

fix fadeIn bug

github.com/AudioKit/AudioKit - 16f573061169156e92f02f732121ce21993d1e9b authored over 2 years ago
Update AVAudioPCMBuffer+Processing.swift

github.com/AudioKit/AudioKit - 73271b1f734ab77a8acb8961924ceca47e085af4 authored over 2 years ago
Add support for connection format

github.com/AudioKit/AudioKit - e797ba99d9d7a792cd1665bf20d7a68db5f3ffd6 authored over 2 years ago
Merge pull request #2740 from MarkLeef/main

Update AVAudioPCMBuffer+Processing.swift

github.com/AudioKit/AudioKit - b7ccaf06eedcc03d748e5c4eecafa754a9aa1ff8 authored over 2 years ago
Update AVAudioPCMBuffer+Processing.swift

fix fadeBug

github.com/AudioKit/AudioKit - 9ad6c7a38507a1ac097a85f9b942304926869a43 authored over 2 years ago
fix fadeIn bug

github.com/AudioKit/AudioKit - 1d0918291c3a546d26b7405c3743b0c673f7c192 authored over 2 years ago
Clean up .gitignore

github.com/AudioKit/AudioKit - c993d6400711bb4f3b3713355f0adbbf8e4cd4e9 authored over 2 years ago
Removed unnecessary line from package file

github.com/AudioKit/AudioKit - 948b7255e32c462ea4afffe23dc90aed214f271d authored over 2 years ago
Merge pull request #2738 from Matt54/MultiSegmentAudioPlayer-Sync-Arguments

Added support for syncing MultiSegmentAudioPlayers

github.com/AudioKit/AudioKit - 94b3dc43fe4e599de2f7c3c8d5745bd072bf1c3a authored over 2 years ago
Fed hound a treat

Fed hound a treat

github.com/AudioKit/AudioKit - 67df223248be9dbbb016a7af7d5b7fb71ac02370 authored over 2 years ago
Added support for syncing MultiSegmentAudioPlayers

Added support for syncing MultiSegmentAudioPlayers

github.com/AudioKit/AudioKit - 31644faaa382787f01b01d1750bf506ad5eb47e3 authored over 2 years ago
Merge pull request #2737 from nakajima/patch-1

Fix spelling in Reverb preset name

github.com/AudioKit/AudioKit - 2ec2ca739d95f7b73bfad9c8cb71cbd25cd8f08b authored over 2 years ago
Moving docs to docc

github.com/AudioKit/AudioKit - e8f84f9cfbc0e2a206164e0daed5dd60219ae883 authored over 2 years ago
Fix spelling in Reverb preset name

"Larg Room" -> "Large Room"

github.com/AudioKit/AudioKit - 75a109ecdb3d5d67e6c116b8c3eb427dee8c1ae9 authored over 2 years ago
Removed references in docs to archived repo

github.com/AudioKit/AudioKit - f5e1a987e217078bc67d6387ece15db371983080 authored over 2 years ago
Fix for Swift 5.7

github.com/AudioKit/AudioKit - 576528c7618838ed3bdb967b4e176841994aa01d authored over 2 years ago
Version checking

github.com/AudioKit/AudioKit - 1c989676ef53cb486079fe24d5ac1ebbe1954b06 authored over 2 years ago
Silence tests that output to the speaker

github.com/AudioKit/AudioKit - 161d32b2d053b012fc8a01ae176d081d2e1dc110 authored over 2 years ago
Increase tolerance

github.com/AudioKit/AudioKit - aadaa09a951e4f9d8c7e7202e898797586b370a5 authored over 2 years ago
Added FFTTap tests

github.com/AudioKit/AudioKit - e5e6632ad71cf5547cfe276565d51993a0f544be authored over 2 years ago
Added amplitude tap test

github.com/AudioKit/AudioKit - 94d6624f8380c0b8557495d2d5f55ed742941cdd authored over 2 years ago
Merge pull request #2736 from jcavar/fix/tap-deadlock

Fix deadlock on tap stop

github.com/AudioKit/AudioKit - 1252999121104af3a414155eb9af28c8912c6b4d authored over 2 years ago
Merge pull request #2735 from jcavar/fix/nodes-not-deallocated

Detach node from the engine on disconnect

github.com/AudioKit/AudioKit - 64d82dfc378668341bee479b94253718cd757252 authored over 2 years ago
Reverted changes

github.com/AudioKit/AudioKit - 9d20829cfe5300cca54c2a3c3942423c581bf8dd authored over 2 years ago
Getting tests to pass

github.com/AudioKit/AudioKit - dc1f2c9622577050a42218c273eab0f1bdb087b7 authored over 2 years ago
Fix deadlock on tap stop

On removal, tap internally flushes callbacks,
which calls another handle block synchronously.
Th...

github.com/AudioKit/AudioKit - de26952ce71214a263c83fe74fccca15d07499c0 authored over 2 years ago
Add another test for deallocation

github.com/AudioKit/AudioKit - 622e2393cb09958a442de56a19789d86c5c03826 authored over 2 years ago
Detach node from the engine on disconnect

github.com/AudioKit/AudioKit - 7f7deafa8c8b987181e0997fa1841d73cc99ec60 authored over 2 years ago