hydra-synth / atom-hydra

78 stars 29 forks source link

Feature: allow to select audio input device #64

Open ilesinge opened 8 months ago

ilesinge commented 8 months ago

In order to be able to affect Hydra with sound, one could need to choose the audio input device: microphone ? an external card ? a specific virtual device routing sound from a specific software ?

Having a Pulsar package setting to define that with a select box would ease the livecoder's life :)

This PR implements it: https://github.com/hydra-synth/atom-hydra/pull/63

It is not ready yet though, because it depends on two PRs on hydra-synth to be merged before:

  1. Make the audio input configurable from the outside of hydra-synth: https://github.com/hydra-synth/hydra-synth/pull/155
  2. Make the new versions of hydra-synth compatible with atom-hydra: https://github.com/hydra-synth/hydra-synth/pull/156

A new version of hydra-synth would need to be released in order to point at it in atom-hydra's package.json