https://github.com/alleninstitute/np_audio_control

Tools for remote control of Windows system audio on Mindscope Neuropixels and Behavior rigs

https://github.com/alleninstitute/np_audio_control

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
Last synced: 10 months ago · JSON representation

Repository

Tools for remote control of Windows system audio on Mindscope Neuropixels and Behavior rigs

Basic Info
  • Host: GitHub
  • Owner: AllenInstitute
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 65.4 KB
Statistics
  • Stars: 1
  • Watchers: 6
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme

README.md

npaudiocontrol

For use on internal Allen Institute network

Python
Versions

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

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.

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 41 Last month
Rankings
Dependent packages count: 7.0%
Average: 18.7%
Dependent repos count: 30.4%
Maintainers (1)
Last synced: 11 months ago