Re: enumerate sndio devices

2014-10-31 Thread Rusty
On 10/30/14 06:12, Remco wrote: In article <5451b32e.7060...@outband.net> you wrote: I feel as if i am overlooking somthing obvious, but.. Is there a way to list sndio endpoints? Unless someone has a better idea, I think you need to look at your dmesg. Look for lines "audioN at whatever". Th

Re: enumerate sndio devices

2014-10-30 Thread Remco
In article <5451b32e.7060...@outband.net> you wrote: > I feel as if i am overlooking somthing obvious, but.. > > Is there a way to list sndio endpoints? > Unless someone has a better idea, I think you need to look at your dmesg. Look for lines "audioN at whatever". The audioN device should corre

Re: enumerate sndio devices

2014-10-30 Thread David Coppa
On Thu, Oct 30, 2014 at 1:23 PM, Alexandre Ratchov wrote: > On Thu, Oct 30, 2014 at 10:22:29AM +0100, Jan Stary wrote: >> On Oct 29 20:40:30, rus...@outband.net wrote: >> > I feel as if i am overlooking somthing obvious, but.. >> > Is there a way to list sndio endpoints? >> >> sndiod recognizes re

Re: enumerate sndio devices

2014-10-30 Thread Alexandre Ratchov
On Thu, Oct 30, 2014 at 10:22:29AM +0100, Jan Stary wrote: > On Oct 29 20:40:30, rus...@outband.net wrote: > > I feel as if i am overlooking somthing obvious, but.. > > Is there a way to list sndio endpoints? > > sndiod recognizes real HW devices (-f) and exposes subdevices (-s) > for the applicat

Re: enumerate sndio devices

2014-10-30 Thread Alexandre Ratchov
On Wed, Oct 29, 2014 at 08:40:30PM -0700, Rusty wrote: > I feel as if i am overlooking somthing obvious, but.. > > Is there a way to list sndio endpoints? > no, unfortunately one host can't have the list of usable audio devices (remember some are exposed on the network by other hosts). > Specif

Re: enumerate sndio devices

2014-10-30 Thread Jan Stary
On Oct 29 20:40:30, rus...@outband.net wrote: > I feel as if i am overlooking somthing obvious, but.. > Is there a way to list sndio endpoints? sndiod recognizes real HW devices (-f) and exposes subdevices (-s) for the applications to use. What's an "endpoint"? > Specifically I was trying to atta

enumerate sndio devices

2014-10-29 Thread Rusty
I feel as if i am overlooking somthing obvious, but.. Is there a way to list sndio endpoints? Specifically I was trying to attach a scope(probably one of the ffplay visualizations) to the main output. however I could not figure out what endpoints exist.