Вставьте подходящие по смыслу слова printing. video capture card. processing. inputting.
sound card . sound. to output. Speech Synthesis Software. Thermal Transfer. to read. analog . images. video adapter. fax machine. microphone . to input. to create. data projectors. digital
8. The is the most basic device for sound into a computer.
9. The sound card takes the from the microphone which is in form and changes it to digital form that the computer can recognize.
10. The works by digitizing the sound,
sound and then plays the saved sound.
11. Several ways still images into a computer include using a , digital camera or scanner.
12. To convert analog videos to where they can be used on the computer you need a .
13. seen on the monitor are created by a .
14. printers are the best for color images.
15. Three types of devices video include: , televisions and headsets.
16. allows computer text files out loud.
17. Musical Instrument digital Interface (MIDI) allows computer music.
Firefox OS permissions
To use speech recognition in an app, you need to specify the following permissions in your manifest:
"permissions": {
"audio-capture" : {
"description" : "Audio capture"
},
"speech-recognition" : {
"description" : "Speech recognition"
}
}
You also need a privileged app, so you need to include this as well:
"type": "privileged"
Объяснение: