Ecosyste.ms: OpenCollective

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

github.com/kivy/audiostream

Audio API for streaming raw data to speakers
https://github.com/kivy/audiostream

Merge pull request #32 from jonashaag/patch-2

Add audiofile_source example

69f6b100f1ea4e3982a1acf6bbb0804e31a2cd50 authored about 4 years ago
Merge pull request #34 from xloem/missing-symbol

Fix for one of the parts of #25: Missing symbol on android

cc72fbf72c45e7d3f2ffa2beaa79002d1763936d authored about 4 years ago
fix for missing symbol on android/sdl2

b32e3a4b30ef4bb529ae0f3b2bb0a35350ce5aca authored about 4 years ago
Add audiofile_source example

7e3fb49043503dc6aa5375c4e27ea770052e615c authored over 4 years ago
Python3 changes for next() (#28)

* python3 new sythaxe for next()

* python3 new sythaxe for next()

0d52097e60ba9259747e20eed02f447ccc442ee0 authored almost 5 years ago
Fix for arrays (python3) (#27)

* Fix for : TypeError: cannot use a str to initialize an array with typecode 'h'

* Fix for : ...

279cb144aa8f5689c907d3a15a70d9796c3ed4b7 authored almost 5 years ago
Merge pull request #24 from misl6/master

Fixes print statement on python3

d42315ed8d870c6b23dae13841215cddc3ca3dc6 authored about 6 years ago
Removed __future__ imports

f099a68919101a1d729502ed1e1ed173107d2e6c authored about 6 years ago
Fixes Typo in docs

7d43bb9a12d7bcdf2cf624e0554ec00624d26d68 authored about 6 years ago
Prefer user-defined include dir

0e0ce298a81b2bb5d610961ff8a2485596bff919 authored about 6 years ago
Fixes print statement on python3

10c432aa220856e5644eff236c665869b20f9604 authored about 6 years ago
Merge pull request #20 from sufuf3/update-gitignore

Update .gitignore

13a6fede3263d03e998372370d96da81bbbcbfed authored about 7 years ago
Update .gitignore

27a9033a57acf04cbae77cb642645e00138265b7 authored about 7 years ago
modified to use sdl2 for an android install (#19)

* modified to use sdl2 for an android install

mostly just changed instances of 'SDL' into 'SD...

df5464e01b4d1138d2f95639f41e7ad0981405d4 authored about 7 years ago
Update copyright year

a23e25d7e59da5ea471d0a6e3a997154c4dc384e authored over 7 years ago
Merge pull request #5 from aspidites/update_example

- updated multiplesin example to use new api

9e9f4162927b9340b24226e7ef0b5f3c1af7596b authored over 9 years ago
update copyright year

339030fc793298fc9d15c93ec968165e6de6137e authored over 9 years ago
Merge pull request #10 from pbouda/master

AudioInput on Mac OSX

198f447a93f550003a59945f33bc591ee50818a1 authored over 10 years ago
Added recording example.

e65dbc35112d64a381c7d6352fc9a61b4565cfff authored over 10 years ago
Removed 32-bit encoding.

1e14af1594984c7bd976b69954ff5d2b4c07c051 authored over 10 years ago
Added input for Mac platform.

f7bb4f6987c9cd1b37618b4395cefd8ba36e461b authored over 10 years ago
updated multiplesin example to use new api

d4f5374c3bfaff4ca9e136335f36f89b506e0d36 authored almost 11 years ago
add doc about RECORD_AUDIO permission on Android

efed07d0675037b1cb97af7b9c2890508655b340 authored about 11 years ago
Audiostream is now under MIT license

ca9261e9bbb372e572e331941a1fab1f865dec3e authored over 11 years ago
Merge pull request #1 from brousch/patch-1

Added callback to *kwargs

0ab72e2456f5e455a834b8e7a30b8ee6f52a4693 authored over 11 years ago
Merge pull request #3 from brousch/puredata-fixes

Fixed puredata examples to account for get_output

3d080c296f9d65bc70a5cd9440fa0640f830fe3f authored over 11 years ago
Fixed puredata examples to account for get_output

71cd24cd603f09b21d1e73dbab78d591c9d1037a authored over 11 years ago
audiostream: update documentation for get_input()

b0a58fb7ff4632c3ce744993ae7ff76aa20171be authored over 11 years ago
Added callback to *kwargs

a06fb797fb12f81df4571a38585459439496625d authored over 11 years ago
better audio reading and writing.

The microphone implementation doesn't call python right away, but write on a RingBuffer instead. ...

7c1a5dff2907354ee2f34861be0eba7d0a0c17f0 authored almost 12 years ago
use direct ByteBuffer instead of java byte[] array.

fadf348cd8d0d3585a8f15bd1993e1adc5feecd4 authored almost 12 years ago
fix android/ios compilation

088884d9ad6595f224912a63c52d6353e681b977 authored about 12 years ago
add more paramaters docs

53aac68d0e1fc441809d52b58e8d59dd6eecdb62 authored about 12 years ago
fix doc :key->:param

8656af08c8650392dad5483e4100f98f4b995340 authored about 12 years ago
update readme

f66f3c23de8ce34d8e9c47ef2d8bd538f7866019 authored about 12 years ago
rewrite documentation

b1ffa564826b8bc7a146bf709ab01790446152b9 authored about 12 years ago
wip refactor to uniform output/input invocation

a6a205291f0b0e4926eaefc9e1f99c1189927187 authored about 12 years ago
update sinslider example to use SineSource

4439e4fc9c07cc478a922b81610fed495dd19ec9 authored about 12 years ago
remove debug + rename again the source_. conflict are now correctly handled in the kivy-ios project.

3f4fcd9cac476320b22c2cac5ee9e3dba55c1e59 authored about 12 years ago
update sinslider example to use SineSource

9e7cf531887ea8fe9fdd776e310f5d5e6a7eee97 authored about 12 years ago
add ios support (mic support, first wip)

6e5cd6e22f400983176a903b9182973e049f7969 authored about 12 years ago
add initial support for android microphone

1db973e67fd14f53e79d669e12f2e6e8144c5fdf authored about 12 years ago
fix audiostream compilation on python-for-android

2936fcee27b129145de79d95b4d88600a3a53c25 authored about 12 years ago
avoid PYTHONPATH usage for generating the doc.

f7ca8c0f125820c44f80da635dfb397b3265d266 authored about 12 years ago
add requirements (for rtd)

7d950e67d5c58f326c119670f9551e1f3edfaf1d authored about 12 years ago
refactor audiostream + add doc

ea1ec7342d5ffa1faf278fadf964ec15489adb6d authored about 12 years ago
update readme and python init

1ca031010b9b6d03bf0f66c507d377341d204c6f authored about 12 years ago
setup: rework ios/android detection from the latest approach done in kivy

7b047b0e4fa65d95b699ca304e71498f055763ec authored about 12 years ago
fixes for people who want to use cython if installed

4cddaf89f15d39a6c510c22b071dcf79f5d29c56 authored almost 13 years ago
Moved puredata examples into examples/puredata/

007fbf199a4462ae151eb09288324e2be30a0e1c authored almost 13 years ago
Added another puredata example

ed33b6a4625ab9afda927d66c3797b2970e4c562 authored almost 13 years ago
Added Dustin Lacewell to package authors

5428f5a1ee46e178f74f5432661c5e82d4b3d19f authored almost 13 years ago
Finished package structure refactor

eb8163f8320fb3e74a6d40e2fbe9a94dee1689ec authored almost 13 years ago
Updated the package structure

b01f5edb78df1d8d74d00248489ddfafe8e62488 authored almost 13 years ago
puredata patch example added

5c306da4979565fffb38fa27e3f7e58f0080769d authored almost 13 years ago
put sine_wave to cython for more performance, reduce dot look

b5bc9d548a0e493a8d617c1647235885ccaa490b authored almost 13 years ago
fix crash + compile with optim

3f32f189df56f15784b2992b7b91dd55312a757e authored almost 13 years ago
first pass for a ringbuffer implementation without gil

d4b382de178dfe58bae8e0ad13b9997785fe5033 authored almost 13 years ago
add an example for testing multiple channels

7ee746826880c35b800f8f4d8115a734d5d82e7d authored almost 13 years ago
add support for python-for-android

47402f93bdcdd61ada974e20680fceac085f1066 authored almost 13 years ago
add an example using kivy

8305084d25c889114668ee1e78fcaded1ac44531 authored almost 13 years ago
fix audio copy

59122f6d26f2274870295131d4906ff326d1e3e8 authored almost 13 years ago
first pass to be able to stream some audio!

7998b389986116a96ab10ef2217117d81b1323b0 authored almost 13 years ago
first commit

f2cdb2ddea2172bc92fdc1b33e80ac57a414d054 authored almost 13 years ago