audiostream icon indicating copy to clipboard operation
audiostream copied to clipboard

Audio API for streaming raw data to speakers

Results 27 audiostream issues
Sort by recently updated
recently updated
newest added

running install running build running build_py running build_ext skipping 'audiostream\sources\thread.c' Cython extension (up-to-date) skipping 'audiostream\sources\wave.c' Cython extension (up-to-date) skipping 'audiostream\sources\puredata.c' Cython extension (up-to-date) skipping 'audiostream\core.c' Cython extension (up-to-date) building 'audiostream.sources.thread'...

If I try build from source: ``` requirements = python3, kivy==2.0.0, Cython, jnius, pyVoIP, git+https://github.com/kivy/python-for-android.git, sh, colorama, git+https://github.com/kivy/audiostream.git ``` I have got some problem: ```bash /usr/bin/ccache /home/djvu/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer...

Hello , Before anything thanks for the works done on this AudioStream module. I have an issue that i can't find a solution. I have a python Kivy app who...

There appears to be an issue whereby `mic.poll()` does not call the callback function of '`get_input(callback = callbackFunction, rate = rate, buffersize = buffersize`) after using the speaker's on my...

I'm making a sound classification android app by using kivy and audiostream module. But when I recorded the sound from outside through mic, the sound is crackled (The sound is...

Cython version 0.21.1 sudo python setup.py install running install running build running build_py running build_ext cythoning audiostream/sources/thread.pyx to audiostream/sources/thread.c ## Error compiling Cython file: ... import cython, array ## ^...

## I am installing the package inside a virtual environment using the pipenv tool. ### My error looks like this. ``` PS C:\workspace\clones\MrBeat_GOT\library\audiostream_pc\audiostream> pipenv install -e git+https://github.com/kivy/audiostream.git#egg=audiostream Courtesy Notice: Pipenv...

Cannot set AudioOutput channels at value 1 Test program: ---------------- from kivy.core.audio import SoundLoader from audiostream import get_output sound = SoundLoader.load('sounds/kit1/clap.wav') if sound: print("Sound found at %s" % sound.source) print("Sound...

I have a windows 10 Laptop but I can't install AudioStream in it

I have tried my best to install AudioStream in my Windows 10 Laptop but it failed still.