How may I have Ubuntu read an ASCII file out load to me?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Is there an easy way to have Ubuntu Linux to read a text file to me?
For example, let's say I have a file, /tmp/test_type; and in that file I have, Hello, world. What is the easiest way to have Ubuntu read that file -- or any file to me -- when my sight is failing?
ubuntu text-to-speech
New contributor
Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
Is there an easy way to have Ubuntu Linux to read a text file to me?
For example, let's say I have a file, /tmp/test_type; and in that file I have, Hello, world. What is the easiest way to have Ubuntu read that file -- or any file to me -- when my sight is failing?
ubuntu text-to-speech
New contributor
Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/â¦
â Kusalananda
43 secs ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is there an easy way to have Ubuntu Linux to read a text file to me?
For example, let's say I have a file, /tmp/test_type; and in that file I have, Hello, world. What is the easiest way to have Ubuntu read that file -- or any file to me -- when my sight is failing?
ubuntu text-to-speech
New contributor
Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is there an easy way to have Ubuntu Linux to read a text file to me?
For example, let's say I have a file, /tmp/test_type; and in that file I have, Hello, world. What is the easiest way to have Ubuntu read that file -- or any file to me -- when my sight is failing?
ubuntu text-to-speech
ubuntu text-to-speech
New contributor
Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 22 secs ago
Jeff Schaller
34.1k851113
34.1k851113
New contributor
Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 7 mins ago
Gary Kline
61
61
New contributor
Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/â¦
â Kusalananda
43 secs ago
add a comment |Â
A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/â¦
â Kusalananda
43 secs ago
A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/â¦
â Kusalananda
43 secs ago
A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/â¦
â Kusalananda
43 secs ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
The Ubuntu Wiki has a pretty good article going over several options. Ubuntu has a built-in screen reader called Orca which you can use if you're using a graphical interface.
espeak may be pre-installed or, failing that, you can install it with sudo apt install espeak, after which you can use espeak -f /tmp/test_type.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The Ubuntu Wiki has a pretty good article going over several options. Ubuntu has a built-in screen reader called Orca which you can use if you're using a graphical interface.
espeak may be pre-installed or, failing that, you can install it with sudo apt install espeak, after which you can use espeak -f /tmp/test_type.
add a comment |Â
up vote
0
down vote
The Ubuntu Wiki has a pretty good article going over several options. Ubuntu has a built-in screen reader called Orca which you can use if you're using a graphical interface.
espeak may be pre-installed or, failing that, you can install it with sudo apt install espeak, after which you can use espeak -f /tmp/test_type.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The Ubuntu Wiki has a pretty good article going over several options. Ubuntu has a built-in screen reader called Orca which you can use if you're using a graphical interface.
espeak may be pre-installed or, failing that, you can install it with sudo apt install espeak, after which you can use espeak -f /tmp/test_type.
The Ubuntu Wiki has a pretty good article going over several options. Ubuntu has a built-in screen reader called Orca which you can use if you're using a graphical interface.
espeak may be pre-installed or, failing that, you can install it with sudo apt install espeak, after which you can use espeak -f /tmp/test_type.
answered 35 secs ago
DopeGhoti
41.7k55180
41.7k55180
add a comment |Â
add a comment |Â
Gary Kline is a new contributor. Be nice, and check out our Code of Conduct.
Gary Kline is a new contributor. Be nice, and check out our Code of Conduct.
Gary Kline is a new contributor. Be nice, and check out our Code of Conduct.
Gary Kline is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476090%2fhow-may-i-have-ubuntu-read-an-ascii-file-out-load-to-me%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/â¦
â Kusalananda
43 secs ago