Clemens,
On 2018-08-30 20:29, Clemens Ladisch via Alsa-user wrote:
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"?
hexdump -C -n48 ./t
00000000 52 49 46 46 24 f0 ff 7f 57 41 56 45 66 6d 74 20
|RIFF$...WAVEfmt |
00000010 10 00 00 00 01 00 01 00 22 56 00 00 44 ac 00 00
|........"V..D...|
00000020 02 00 10 00 64 61 74 61 00 f0 ff 7f 00 00 00 00
|....data........|
00000030
espeak --stdout 'words to speak' | hexdump -C -n48
00000000 52 49 46 46 24 f0 ff 7f 57 41 56 45 66 6d 74 20
|RIFF$...WAVEfmt |
00000010 10 00 00 00 01 00 01 00 22 56 00 00 44 ac 00 00
|........"V..D...|
00000020 02 00 10 00 64 61 74 61 00 f0 ff 7f e7 ff cd ff
|....data........|
00000030
Hmm . . four bytes at the end . .
P.
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@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user
--
Philip Rhoades
PO Box 896
Cowra NSW 2794
Australia
E-mail: phil@xxxxxxxxxxxxx
------------------------------------------------------------------------------
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@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user