Philip Rhoades wrote:
> This produces a crashing static sound:
>
>   espeak --stdout 'words to speak' | aplay
>
> but this works as expected:
>
>   espeak --stdout 'words to speak' > ./t
>   aplay ./t

Is there a difference in the output of "hexdump -C -n48 ./t" and
"espeak --stdout 'words to speak' | hexdump -C -n48"?


Regards,
Clemens

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to