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

Fix unit tests to run correctly on Apple Silicon (#2886)

* Fix unit tests to run correctly on Apple Silicon

* Fix formatting issues

github.com/AudioKit/AudioKit - 3abac9ad280374f2b57570d749f7a2dcd13f8d3a authored 11 months ago by Stefan Dobrev <[email protected]>
MIDIPacket Pre-allocate Bytes (#2891)

* Add test for #2890

* Fix heap overflow #2890

Pre-allocate needed bytes so heap doesn't o...

github.com/AudioKit/AudioKit - 5d7c325bcbb51293826f2b81abdd82f7c5c32d08 authored 11 months ago by Evan Murray <[email protected]>
Fix crash after reading a MIDICustomMetaEvent with payload size > 127 bytes (#2892)

* Fix crash after reading a MIDICustomMetaEvent with payload size > 127 byte.
MetaEvents start ...

github.com/AudioKit/AudioKit - c5db1e46a7da407400e2484024d9d932790a3731 authored 11 months ago by Matthias Bauer <[email protected]>
Make recorded file URLs public in NodeRecorder.swift (#2883)

github.com/AudioKit/AudioKit - e58f4aa393ceeeef83c8bf51d623b83fe01213ac authored 11 months ago by Nick Culbertson <[email protected]>
Fix for build on visionOS (#2894)

github.com/AudioKit/AudioKit - 2f69d1916f94734e42a9482a54b4c63bb6a58667 authored 12 months ago by Taylor Holliday <[email protected]>
Enabling multiple output formats to be used at the same time (#2872)

* Expose output format to be able to have multiple multiple formats

* Fix hound reported issu...

github.com/AudioKit/AudioKit - 16e7025255a9af2b9152adbb6780068560553613 authored about 1 year ago by Vlaho Poluta <[email protected]>
Add default dispatch queue to prevent source break (#2849)

github.com/AudioKit/AudioKit - 6d22aeab2df8cc2e111ca14cbb675d6e31c4fa12 authored about 1 year ago by Jack Youstra <[email protected]>
Fixes two control-flow typos in `func convertToPCM()` (#2847)

* remove unnecessary `closeFiles()`

The `defer {}` above already calls it, and so it’s called...

github.com/AudioKit/AudioKit - dfb2d151547ffc796d5a01da330c3febb73b6857 authored about 1 year ago by Ian Dundas <[email protected]>
Update MusicTrack.swift (#2880)

Fixes AudioKit/AudioKit/#2878

github.com/AudioKit/AudioKit - 48e1e5ab214fc1ebdccd1408981d36545e93f245 authored about 1 year ago by Michael Steudter <[email protected]>
Call internalCompletionHandler() on main thread as soon as possible (#2871)

github.com/AudioKit/AudioKit - 82cab9d4c168b5b03b67e2ff099819f589b530f7 authored about 1 year ago by Nick Culbertson <[email protected]>
Tap buffer length fix (#2860)

* Fix bug where using non-default bufferSize with BaseTap does not produce the expected number o...

github.com/AudioKit/AudioKit - 08c6985636963bfbdf1f88584bac863280eb5ae9 authored about 1 year ago by Assaf Leshem <[email protected]>
Add possibility to create AudioComponentDescription for non-realtime effects (#2861)

* Fix AudioPlayer currentTime calculation

* Add option to initialize AudioComponentDescriptio...

github.com/AudioKit/AudioKit - c9bf4d940a160c0f0c301c150d0f878a7962df56 authored over 1 year ago by Valentine Silvansky <[email protected]>
Update `MIDISampler` DocC (#2844)

Make `MIDISampler` documentation more accurate

github.com/AudioKit/AudioKit - 618df54cf5a31ae267d3957cf8a2f03a137f16cf authored over 1 year ago by Evan Murray <[email protected]>
Revert "silenced deprecation warnings (#2842)" (#2843)

This reverts commit 97c2bc47ff9a81e3472764999e90a25985b696f4.

github.com/AudioKit/AudioKit - 871427cd5731e797249696595f443214a85d7b07 authored over 1 year ago by Martin Mlostek <[email protected]>
silenced deprecation warnings (#2842)

github.com/AudioKit/AudioKit - 97c2bc47ff9a81e3472764999e90a25985b696f4 authored over 1 year ago by Martin Mlostek <[email protected]>
make fade extension function (generally) exponentially faster (#2841)

github.com/AudioKit/AudioKit - 083d6ddbedf336e58fa922c6bee9450f60f80e37 authored over 1 year ago by Jason Ayre <[email protected]>
Implement AUNewPitch audio unit node (#2840)

Apple exposes two audio units behind kAudioUnitSubType_NewTimePitch.

One is AUNewTimePitch wh...

github.com/AudioKit/AudioKit - c7de688c5d7ea499ab5c5e6993b91d13ffcdc69a authored over 1 year ago by Josip Ćavar <[email protected]>
Add a test for start and pause with empty mixer (#2813)

- This currently fails so it is skipped
- Add a reference to bug report

github.com/AudioKit/AudioKit - 11fe4e9e76696d7ddb92d722a5e565f97a83b215 authored over 1 year ago by Josip Ćavar <[email protected]>
Removing nodes from environmental node (#2838)

* Added a Method to remove everything from an Environmental Node.

* Added a Method to remove ...

github.com/AudioKit/AudioKit - 6c930069a2395d77070a6f40f314f2c86ec2bebe authored over 1 year ago by Stan Rosenbaum <[email protected]>
Add error message (#2839)

* Add error message

This checks the status of `setMIDIOutput` and offers suggestions if an in...

github.com/AudioKit/AudioKit - 6c515dae93610e9b4995efa100ad7d39a85c4f76 authored over 1 year ago by Evan Murray <[email protected]>
Implement incremental connection to Mixer (#2833)

Existing addInput strategy traverses existing connections and
reastablishes them.

This might...

github.com/AudioKit/AudioKit - 91ab307ca9ffebefeddc90ce01cb4747e0bc8fb0 authored almost 2 years ago by Josip Ćavar <[email protected]>
Adding 3D Audio Support (#2830)

* Got Sound moving through Audio3DEngine.

* Pushed avAudioEnvironmentNode Down.

* moved av...

github.com/AudioKit/AudioKit - c30a151fea40696ad0a45c60c2bba29112bb4279 authored almost 2 years ago by Stan Rosenbaum <[email protected]>
Be careful about alignment.

github.com/AudioKit/AudioKit - ca4dae8383dfe3f2ad11633644e1d2c3ea45d183 authored almost 2 years ago by Taylor Holliday <[email protected]>
Fix ASAN crash.

Don't call pointee on an UnsafePointer<MIDIPacket> because the actual packet may not be the full...

github.com/AudioKit/AudioKit - dde3c05e6f86cafb9cf843a0e96f1408b07ae820 authored almost 2 years ago by Taylor Holliday <[email protected]>
Add test for extractPacket

github.com/AudioKit/AudioKit - a5758159f8fc580d52c92aa07c7fa3358669727a authored almost 2 years ago by Taylor Holliday <[email protected]>
Add extractPacket

github.com/AudioKit/AudioKit - 8a35dad59998d0ab212ac807b4d80680a60e11bf authored almost 2 years ago by Taylor Holliday <[email protected]>
Update CI branch

github.com/AudioKit/AudioKit - 77bde7c778e8a405d926eb13a79b0c588b37977d authored almost 2 years ago by Taylor Holliday <[email protected]>
Replace CI.

github.com/AudioKit/AudioKit - 954cc88b9850246088b3b1c9073bfcffdc71447a authored almost 2 years ago by Taylor Holliday <[email protected]>
iOS build

github.com/AudioKit/AudioKit - 7436609e9508b9aeb92e61ec4f118c353fc324f4 authored almost 2 years ago by Taylor Holliday <[email protected]>
Add extractPacketData

github.com/AudioKit/AudioKit - 2c1b9518ac47dbbd84891a1288ba2fb48e99daa5 authored almost 2 years ago by Taylor Holliday <[email protected]>
@testable isn't working

github.com/AudioKit/AudioKit - 11c7ea031fedfd926f70a871c9324129ed0386a4 authored almost 2 years ago by Taylor Holliday <[email protected]>
@testable isn't working

github.com/AudioKit/AudioKit - d250cb64fb99ebe83d982e67bf6d86ae82797d32 authored almost 2 years ago by Taylor Holliday <[email protected]>
Fix typos (#2825)

Fixed typos to clarify meaning of annotation

github.com/AudioKit/AudioKit - 506655f08768b7555979904e6e1a9a8c4e71ab4a authored almost 2 years ago by TED <[email protected]>
Fix typos (#2824)

github.com/AudioKit/AudioKit - 4bcab81064e9706ec6a9f7ba8f0daf128af83202 authored almost 2 years ago by TED <[email protected]>
Update CODEOWNERS

github.com/AudioKit/AudioKit - 3174a479daac8c246fcb0af3bf4b684962dea136 authored almost 2 years ago by Aurelius Prochazka <[email protected]>
Run CI on v6 pull requests

github.com/AudioKit/AudioKit - e5c2c0ac7e58fb95e838835cf6d0a65f7150c9f5 authored almost 2 years ago by Aurelius Prochazka <[email protected]>
Run CI on v6 branch without pull request

github.com/AudioKit/AudioKit - 00f8a511b27cb1b5151d079b00c4c0bea01ca77b authored almost 2 years ago by Aurelius Prochazka <[email protected]>
Introduce a callback queue on a tap (#2815)

Fixes #2814, but it feels clumsy as we have two syncronisation
mechanisms - locks and queue.

...

github.com/AudioKit/AudioKit - 9f6d1ff6ffdef2fac4d044c312b84e8c0ef497a2 authored almost 2 years ago by Josip Ćavar <[email protected]>
Fix AudioPlayer currentTime calculation (#2820)

github.com/AudioKit/AudioKit - 5fc8a623d8a9195cb07dcee1f9ced24fa8100299 authored almost 2 years ago by Valentine Silvansky <[email protected]>
Deallocate `packetListPointer` (#2821)

github.com/AudioKit/AudioKit - 39f4f84349ad69884aaba0eca7178fd0eaf0de73 authored almost 2 years ago by Evan Murray <[email protected]>
Fix typos (#2816)

github.com/AudioKit/AudioKit - 912b3ff8af90c02e9feb9f288a2930583dbce7bb authored about 2 years ago by Dimitris Apostolou <[email protected]>
NodeRecorder AudioDataCallback (#2806)

* NodeRecorder AudioDataCallback

Added timestamp and renamed callback

* Added missing argu...

github.com/AudioKit/AudioKit - 8efe9f9fd8853ae05519fcfb7a0c89888dbddca1 authored about 2 years ago by Matt Pfeiffer <[email protected]>
Add a workaround for connection format bug (#2811)

* Add a workaround for connection format bug

There is a bug when using destination point API ...

github.com/AudioKit/AudioKit - 40dfa594866f61ac2e97ee679816f081e9e30411 authored about 2 years ago by Josip Ćavar <[email protected]>
Removed inputNode default sample rate adjustment (#2810)

github.com/AudioKit/AudioKit - 4837b9a2bff6b7b5bba96fbfe3e8e261f7083ad7 authored about 2 years ago by Matt Pfeiffer <[email protected]>
Added second guard to prevent Int64 crash (#2809)

github.com/AudioKit/AudioKit - 6fed9fb1824b35e741be4319f903c4708b91f556 authored about 2 years ago by Matt Pfeiffer <[email protected]>
Node labels for graphviz.

github.com/AudioKit/AudioKit - 209b8ad813270880faf7fc670a0a76d8445b3c63 authored about 2 years ago by Taylor Holliday <[email protected]>
Fix typo.

github.com/AudioKit/AudioKit - 322bd7d5a1d285d02fa856998f0718fb2346cd4f authored about 2 years ago by Taylor Holliday <[email protected]>
Merge pull request #2807 from AudioKit/graphviz

Graphviz support.

github.com/AudioKit/AudioKit - c878766d115e39789d24f195a71236bcab862a0a authored about 2 years ago by Taylor Holliday <[email protected]>
Whitespace.

github.com/AudioKit/AudioKit - 22ea460e11071ce9cd9e050caace09c87d708673 authored about 2 years ago by Taylor Holliday <[email protected]>
Longer name.

github.com/AudioKit/AudioKit - 84d02cb58c405dff3a3b95cad3327a08059d54d5 authored about 2 years ago by Taylor Holliday <[email protected]>
Longer name.

github.com/AudioKit/AudioKit - e2f4ce11849c92827df9eda3f763fefc567ba24e authored about 2 years ago by Taylor Holliday <[email protected]>
Graphviz support.

Add code to print graphviz for a Node graph.

github.com/AudioKit/AudioKit - 6faee700dff7c5e47fcc6b12670bcc0f7dfdaf27 authored about 2 years ago by Taylor Holliday <[email protected]>
Added isFinite guard for sampleRate (#2802)

* Added isFinite guard for sampleRate

Added isFinite guard for sampleRate

* Housekeeping
...

github.com/AudioKit/AudioKit - af392ad3c01a89d1602e8a74b8876c0b76cd4134 authored about 2 years ago by Matt Pfeiffer <[email protected]>
Player - fix currentTime for looping buffer (#2801)

* add missing condition and clamp currentTime

the playerTime should have truncatingRemainder ...

github.com/AudioKit/AudioKit - eed3c22a30ebfc938fe9969977af933d1480a4e3 authored about 2 years ago by Tim Dubbins <[email protected]>
AudioPlayer (#2799)

* add 'isPlaying' property (maybe this was removed by accident?), change stop() so that a paused...

github.com/AudioKit/AudioKit - a320d1c2d72e92f85f751c1f2cfcbcc1187decea authored about 2 years ago by Tim Dubbins <[email protected]>
Merge branch 'main' of https://github.com/AudioKit/AudioKit

github.com/AudioKit/AudioKit - 314cd5e6db87c64f0c5578e38ed8983050cee3ff authored about 2 years ago by Aurelius Prochazka <[email protected]>
Added tests for #2795

github.com/AudioKit/AudioKit - 1d4ca7ed2e2984d155d811d21c6748587fd65675 authored about 2 years ago by Aurelius Prochazka <[email protected]>
Added test case for Mixer volume check (#2792)

github.com/AudioKit/AudioKit - ba174435d67600b50ddc844cade91a04b8b57f23 authored about 2 years ago by James <[email protected]>
set AVAudioMixerNode output volume after engine connection (#2791)

github.com/AudioKit/AudioKit - cacc27e120eba8749826a97690803ffeeb1d2bb2 authored about 2 years ago by James <[email protected]>
Ensure avAudioMixer outputVolume is set on init (#2789)

github.com/AudioKit/AudioKit - 27c9303837d10807188372e27d58efdb355caca1 authored about 2 years ago by James <[email protected]>
Reduced mac dependency

github.com/AudioKit/AudioKit - 697907438169bfac4f625d35a529b4635b5e5f69 authored about 2 years ago by Aurelius Prochazka <[email protected]>
Create RawBufferTap to expose AVAudioPCMBuffer (#2785)

github.com/AudioKit/AudioKit - e66018e86048bc543bb214f3d63ce1308a504145 authored over 2 years ago by Marian Paul <[email protected]>
Remove AppleSampler()'s samplerUnit.reset() (#2786)

github.com/AudioKit/AudioKit - 7531f7a98c07b034e5751181d32b6df80a87059a authored over 2 years ago by Nick Culbertson <[email protected]>
Add AppleDistortion.swift (#2784)

github.com/AudioKit/AudioKit - 0062dc98232957223beba84cde45c57011e40de0 authored over 2 years ago by Nick Culbertson <[email protected]>
Prevent problematic audio configuration crash (#2781)

github.com/AudioKit/AudioKit - 2980d2ea4f8b8c23bed3d6b4707bde373c6f5da0 authored over 2 years ago by Matt Pfeiffer <[email protected]>
Fix: Stop accessing non-existing MIDIPacket's pointee (#2779)

github.com/AudioKit/AudioKit - 2014c63e816bf8d7017f4c31ce59028869671c2f authored over 2 years ago by Jānis Kiršteins <[email protected]>
Made extension public

github.com/AudioKit/AudioKit - cb50a6878535735fd1f10c8b8e5e96864630836c authored over 2 years ago by Aurelius Prochazka <[email protected]>
Made protocols public

github.com/AudioKit/AudioKit - c639332491803d08106c6ec2c330db98f2e33bb4 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Add helpers for demos

github.com/AudioKit/AudioKit - bc7209a70194e3d775ffade0abb6488f71289690 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Updated docs

github.com/AudioKit/AudioKit - 7972652d5442b196196d0eaa6101a7821badda6a authored over 2 years ago by Aurelius Prochazka <[email protected]>
Merge branch 'main' of https://github.com/AudioKit/AudioKit

github.com/AudioKit/AudioKit - 0447b803e68cad686414ead3a539c796707bb977 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Updated docc

github.com/AudioKit/AudioKit - 782dd75c22402084d4ed257c9909bcbf98a1ba4e authored over 2 years ago by Aurelius Prochazka <[email protected]>
Use an enum instead of String. (#2778)

Co-authored-by: Taylor Holliday <[email protected]>

github.com/AudioKit/AudioKit - 20c338cf0141adabb7780f3a89647ef78644bf36 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Added tvOS tests/workflow (#2777)

github.com/AudioKit/AudioKit - 63dba74a086ae0629443948b60ce6e99d4bb1d2a authored over 2 years ago by Aurelius Prochazka <[email protected]>
Moved image

github.com/AudioKit/AudioKit - 628782ba6ab7118130b3cd2a43d053cfda3c2b67 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Updated docc

github.com/AudioKit/AudioKit - 63792502622dc356675f392aef31fd28ddfb3eb4 authored over 2 years ago by Aurelius Prochazka <[email protected]>
NodeRecorder reset method housekeeping (#2775)

github.com/AudioKit/AudioKit - 5d0ec68251bedfbb88e17e03407b4ac6c3e1f50b authored over 2 years ago by Matt Pfeiffer <[email protected]>
Remove deprecated init (#2774)

github.com/AudioKit/AudioKit - 4899cfe1b59b6fe4cbcda7ec44d7ee38185c2e33 authored over 2 years ago by Nick Culbertson <[email protected]>
Added Package.resolved to .gitignore

github.com/AudioKit/AudioKit - d61ec2abb74f0fc9a24f50b02e666a3640467c62 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Optimized tests.yml workflow (#2773)

github.com/AudioKit/AudioKit - e816d0d075906f989b635c57044a768929b88989 authored over 2 years ago by Brian Drelling <[email protected]>
Docc cleanup

github.com/AudioKit/AudioKit - 2e8fde901bbdabaf5722cde23cd520a961936240 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Change swift_test and add notification

github.com/AudioKit/AudioKit - ecfa3a6efd098d7ea5b1da9b373e866570d6282b authored over 2 years ago by Aurelius Prochazka <[email protected]>
New workflow

github.com/AudioKit/AudioKit - 0ee0c92195ed85cce8756ca2422b4c727513a875 authored over 2 years ago by Aurelius Prochazka <[email protected]>
rename workflow

github.com/AudioKit/AudioKit - 714cc65180e4f211439d1d19ae014e10b8f4d50e authored over 2 years ago by Aurelius Prochazka <[email protected]>
Remove github files

github.com/AudioKit/AudioKit - ac2c85d9898554aa235675e87ad7e8ed9825d06b authored over 2 years ago by Aurelius Prochazka <[email protected]>
Merge branch 'main' of https://github.com/AudioKit/AudioKit

github.com/AudioKit/AudioKit - 845387dac95c56d681ad4218d1743b41c878fe2a authored over 2 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #2771 from orchetect/main

github.com/AudioKit/AudioKit - c22d4520f8252aa1db3ea0dc99a146aafe78f2b5 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Bug Report issue template is now generic for any AudioKit repo

github.com/AudioKit/AudioKit - 0072409bca3ebc5c236e9c5816d1bb476e5b7e36 authored over 2 years ago by Steffan Andrews <[email protected]>
Updated issue templates to use forms

github.com/AudioKit/AudioKit - fd52a151053fc4116d4dcbef95fa4ba7fda9d4da authored over 2 years ago by Steffan Andrews <[email protected]>
Remove wiki docs creation

Use AudioKit.io now instead

github.com/AudioKit/AudioKit - 3944cce4677e095f6a5bc0c80155e4a78b8bff43 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Merge origin/main into main

github.com/AudioKit/AudioKit - 7998880d6861caf885e34dc417875cccbe67dcb3 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Updated MigrationGuide.md

github.com/AudioKit/AudioKit - 8f5ed54aeb6c142fad105ee5e44be2de6ae7c8aa authored over 2 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #2766 from jcavar/feature/disconnect-strategy

Implement disconnect strategy for node

github.com/AudioKit/AudioKit - e5d9c4e4386f2d90e6c707f95cace1f7405b49e2 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Update README.md

github.com/AudioKit/AudioKit - 8bceeea3b84d812dff048543d09d0531dbc22580 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Removed docs for other repos

github.com/AudioKit/AudioKit - 8df18dd095cf83a4d8e35b5a42e5a4cfadfc88b7 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Updating docs

github.com/AudioKit/AudioKit - e7aa780123c110eeb65402282055c0d260b24100 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Removed mkdocs file

github.com/AudioKit/AudioKit - 87a1ded691fc11d6145839f65042270902e6c830 authored over 2 years ago by Aurelius Prochazka <[email protected]>
Trying to get docc onto spi

github.com/AudioKit/AudioKit - 82382f02abb3e3a6f8404a1ac9612ed99e71846c authored over 2 years ago by Aurelius Prochazka <[email protected]>
Fix type deatach -> detach

github.com/AudioKit/AudioKit - 96d2e292f8782db5677c9a9e15ed4d1d7cc9eaa8 authored over 2 years ago by Josip Cavar <[email protected]>
Merge branch 'main' into feature/disconnect-strategy

github.com/AudioKit/AudioKit - 18ccb19c98874d47bac883f2b1be3d0f3eed0908 authored over 2 years ago by Josip Cavar <[email protected]>