https://github.com/alleninstitute/np_audio_control
Tools for remote control of Windows system audio on Mindscope Neuropixels and Behavior rigs
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Repository
Tools for remote control of Windows system audio on Mindscope Neuropixels and Behavior rigs
Basic Info
Statistics
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
npaudiocontrol
For use on internal Allen Institute network
Tools for remote control of Windows system audio on Mindscope Neuropixels and Behavior rigs.
Uses SetVol v3.4 (https://www.rlatour.com/setvol/)
Install
shell
python -m pip install --extra-index-url https://pypi.org/simple np_audio_control
Basic usage
```python
from npaudiocontrol import mute, unmute, setvolume, getvolume
host = 'W10LTPC2BC51P'
interact with default audio device
mute(host) unmute(host) setvolume(50, host) getvolume(host) 50
interact with specific device (see SetVol device name argument)
device = 'Speakers (Realtek USB2.0 Audio)' mute(host, device) set_volume(50, host, device)
send any command to SetVol
from npaudiocontrol import sendsetvolcmd sendsetvolcmd(host, 'beep') ```
Owner
- Name: Allen Institute
- Login: AllenInstitute
- Kind: organization
- Location: Seattle, WA
- Website: https://alleninstitute.org
- Repositories: 184
- Profile: https://github.com/AllenInstitute
Please visit http://alleninstitute.github.io/ for more information.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 41 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 9
- Total maintainers: 1
pypi.org: np-audio-control
Tools for remote control of Windows system audio on Mindscope Neuropixels and Behavior rigs.
- Documentation: https://np-audio-control.readthedocs.io/
- License: MIT
-
Latest release: 0.1.0
published about 3 years ago