From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200210221921.g9MJLki12280@augusta.math.psu.edu> To: 9fans@cse.psu.edu From: Dan Cross Subject: [9fans] usb/usbaudio and output speed? Date: Tue, 22 Oct 2002 15:21:46 -0400 Topicbox-Message-UUID: 09fad516-eacb-11e9-9e20-41e7f4b1d025 Hmm, this is weird. term% grep speed /dev/volume speed out 44100 term% echo -n speed out 50 > /dev/volume term% grep speed /dev/volume speed out 30000 term% echo -n speed out 100 > /dev/volume term% grep speed /dev/volume speed out 55010 term% I was under the impression that, when setting things like output speed, one should use percentages of values. However, 50% of 44100 in real space certainly isn't 30000. Is this a bug, or am I just not understanding how the USB audio device works? Thanks! - Dan C.