Opened 14 years ago

Closed 14 years ago

#1742 closed defect (invalid)

Cannot specify custom audio hardware device.

Reported by: b186244@… Owned by: reimar
Priority: normal Component: ao
Version: unspecified Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I have the /dev/audio0 that is the sound card of the motherboard and the /dev/audio1 that is the following.

generic-usb 0003:1130:F211.0008: input,hidraw1: USB HID v1.10 Device [USB AUDIO ] on usb-0000:00:07.3-1/input3

Well if I do 'cat /dev/zero > /dev/audio1' I can hear sound in the USB device but with mplayer I am unable to set it, it is extremely complicated and outputs error.

I think this needs some kind of refinement.

Change History (1)

comment:1 by b186244@…, 14 years ago

Resolution: invalid
Status: newclosed

It has been workarounded using the command.

# mplayer -ao oss:/dev/audio1 video.avi

Note: See TracTickets for help on using tickets.