Home
last modified time | relevance | path

Searched refs:sounddevice (Results 1 – 25 of 66) sorted by relevance

123

/dports/audio/py-sounddevice/sounddevice-0.4.3/doc/
H A Dinstallation.rst13 :target: https://anaconda.org/conda-forge/python-sounddevice
16 Linux/macOS/Windows), you can install the ``sounddevice`` module from the
19 conda install -c conda-forge python-sounddevice
31 :target: https://repology.org/metapackage/python:sounddevice
35 https://repology.org/metapackage/python:sounddevice
38 provided at https://www.lfd.uci.edu/~gohlke/pythonlibs/#sounddevice.
43 You can always get the newest ``sounddevice`` release from PyPI_
50 python3 -m pip install sounddevice
59 python3 -m pip uninstall sounddevice
71 The classes `sounddevice.RawStream`, `sounddevice.RawInputStream` and
[all …]
H A DCONTRIBUTING.rst6 https://github.com/spatialaudio/python-sounddevice/.
14 https://github.com/spatialaudio/python-sounddevice/issues,
22 import sounddevice as sd
49sounddevice.PortAudioError: Error opening InputStream: Invalid number of channels [PaErrorCode -99…
61 python3 -m sounddevice
66 import sounddevice as sd
76 $ python3 -m sounddevice
93 git clone --recursive https://github.com/spatialaudio/python-sounddevice.git
94 cd python-sounddevice
97 .. _PyPI: https://pypi.org/project/sounddevice/
[all …]
H A Dusage.rst1 .. currentmodule:: sounddevice
10 import sounddevice as sd
129 python3 -m sounddevice
142 import sounddevice as sd
172 import sounddevice as sd
188 import sounddevice as sd
H A Dversion-history.rst4 .. currentmodule:: sounddevice
H A DREADME2 The rendered result can be found at https://python-sounddevice.readthedocs.io/
/dports/audio/py-sounddevice/sounddevice-0.4.3/
H A DCONTRIBUTING.rst6 https://github.com/spatialaudio/python-sounddevice/.
14 https://github.com/spatialaudio/python-sounddevice/issues,
22 import sounddevice as sd
49sounddevice.PortAudioError: Error opening InputStream: Invalid number of channels [PaErrorCode -99…
61 python3 -m sounddevice
66 import sounddevice as sd
76 $ python3 -m sounddevice
93 git clone --recursive https://github.com/spatialaudio/python-sounddevice.git
94 cd python-sounddevice
97 .. _PyPI: https://pypi.org/project/sounddevice/
[all …]
H A DPKG-INFO2 Name: sounddevice
5 Home-page: http://python-sounddevice.readthedocs.io/
26 The ``sounddevice`` module is available for Linux, macOS and Windows.
29 https://python-sounddevice.readthedocs.io/
32 https://github.com/spatialaudio/python-sounddevice/
H A DREADME.rst7 The ``sounddevice`` module is available for Linux, macOS and Windows.
10 https://python-sounddevice.readthedocs.io/
13 https://github.com/spatialaudio/python-sounddevice/
H A D.gitignore7 sounddevice.egg-info/
/dports/audio/libmikmod/libmikmod-3.3.11.1/drivers/
H A Ddrv_oss.c144 static char sounddevice[20]; in OSS_GetDeviceName() local
148 sprintf(sounddevice,"/dev/sound/dsp%d",card); in OSS_GetDeviceName()
150 strcpy(sounddevice,"/dev/sound/dsp"); in OSS_GetDeviceName()
151 if(!access(sounddevice,F_OK)) in OSS_GetDeviceName()
152 return sounddevice; in OSS_GetDeviceName()
154 sprintf(sounddevice,"/dev/dsp%d",card); in OSS_GetDeviceName()
160 strcpy(sounddevice,"/dev/dsp"); in OSS_GetDeviceName()
163 return sounddevice; in OSS_GetDeviceName()
/dports/audio/py-sounddevice/sounddevice-0.4.3/sounddevice.egg-info/
H A DPKG-INFO2 Name: sounddevice
5 Home-page: http://python-sounddevice.readthedocs.io/
26 The ``sounddevice`` module is available for Linux, macOS and Windows.
29 https://python-sounddevice.readthedocs.io/
32 https://github.com/spatialaudio/python-sounddevice/
/dports/audio/ocp/ocp-0.2.90/dev/
H A Dimsdev.h13 struct sounddevice;
27 struct sounddevice *devtype;
44 struct sounddevice
H A Ddevigen.c48 struct sounddevice *dev; in deviReadDevices()
92 if (!(dev=(struct sounddevice*)_lnkGetSymbol(dsym))) in deviReadDevices()
/dports/audio/py-sounddevice/sounddevice-0.4.3/.github/workflows/
H A Dpython-versions.yml36 python -m sounddevice
37 python -c "import sounddevice as sd; print(sd._libname)"
38 python -c "import sounddevice as sd; print(sd.get_portaudio_version())"
H A Dsounddevice-data.yml35 python -m sounddevice
36 python -c "import sounddevice as sd; print(sd._libname)"
37 python -c "import sounddevice as sd; print(sd.get_portaudio_version())"
/dports/audio/ocp/ocp-0.2.90/devs/
H A Ddevsnone.c35 extern struct sounddevice smpNone; in main()
122 struct sounddevice smpNone={SS_SAMPLER, 0, "Eternal Silence Recorder", ndDetect, ndInit, ndClose, 0…
/dports/audio/ocp/ocp-0.2.90/devp/
H A Ddevpnone.c49 extern struct sounddevice plrNone;
153 struct sounddevice plrNone={SS_PLAYER, 0, "Super High Quality Quiet Player", qpDetect, qpInit, qpCl…
/dports/audio/py-sounddevice/sounddevice-0.4.3/doc/api/
H A Dmodule-defaults.rst4 .. currentmodule:: sounddevice
H A Dplatform-specific-settings.rst4 .. currentmodule:: sounddevice
H A Dexpert-mode.rst4 .. currentmodule:: sounddevice
H A Draw-streams.rst4 .. currentmodule:: sounddevice
H A Dindex.rst4 .. automodule:: sounddevice
H A Dchecking-hardware.rst4 .. currentmodule:: sounddevice
H A Dstreams.rst4 .. currentmodule:: sounddevice
H A Dmisc.rst4 .. currentmodule:: sounddevice

123