|
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 .
|