RosettaCodeData/Task/Morse-code/00DESCRIPTION

15 lines
523 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
{{omit from|ML/I}}
2013-04-10 21:29:02 -07:00
2015-02-20 00:35:01 -05:00
[[wp:Morse_code|Morse code]] is one of the simplest and most versatile methods of telecommunication in existence.
It has been in use for more than 160 years — longer than any other electronic encoding system.
2013-04-10 21:29:02 -07:00
2016-12-05 22:15:40 +01:00
;Task:
Send a string as audible Morse code to an audio device   (e.g., the PC speaker).
2015-02-20 00:35:01 -05:00
As the standard Morse code does not contain all possible characters,
you may either ignore unknown characters in the file,
2016-12-05 22:15:40 +01:00
or indicate them somehow   (e.g. with a different pitch).
<br><br>