Using device node as source

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Using device node as source

alokprasad
I have a usb device that play/record wav file using following command


Playing Sound
cat > /dev/myusb0 test.wav

Recordin sound
cat  /dev/myusb0 > test.wav

I want to use gstremer to convert Mp3 and directly play using this device node.
Is it possible to play with converting to file .