0

I want to play /dev/urandom using gst-launch-1.0, just as I can do it with aplay:

aplay /dev/urandom

How to do this?

1 Answers1

0

For a quick start try using this:

gst-launch-1.0 filesrc location=/dev/urandom ! rawaudioparse ! alsasink

Of course you modify it to select a specific ALSA device, channel count, sample rate etc..

Florian Zwoch
  • 6,764
  • 2
  • 12
  • 21