annotate DOCS/xml/it/radio.xml @ 23829:821b86d08338

a bunch of corrections, suggested by Nico Sabbi, tnx
author ptt
date Mon, 23 Jul 2007 16:57:23 +0000
parents 8ad79a13dcde
children 46fa5537cbb3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23492
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
2 <!-- synced with r21748 -->
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
3 <chapter id="radio">
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
4 <title>Radio</title>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
5
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
6 <sect1 id="radio-input" xreflabel="Radio input">
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
7 <title>Ingresso radio</title>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
8
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
9 <para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
10 Questa sezione tratta di come abilitare l'ascolto della radio da un
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
11 sintonizzatore compatibile V4L. Guarda la pagina man per una descrizione delle
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
12 opzioni e dei controlli di tastiera per la radio.
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
13 </para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
14
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
15 <!-- ********** -->
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
16
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
17 <sect2 id="radio-compilation">
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
18 <title>Compilazione</title>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
19
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
20 <procedure>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
21 <step><para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
22 Per prima cosa devi compilare <application>MPlayer</application> usando
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
23 <filename>./configure</filename> con <option>--enable-radio</option> e
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
24 (se vuoi il supporto per la cattura) <option>--enable-radio-capture</option>.
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
25 </para></step>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
26 <step><para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
27 Assicurati che il tuo sintonizzatore funzioni con altri software radio per
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
28 Linux, per esempio <application>XawTV</application>.
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
29 </para></step>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
30 </procedure>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
31 </sect2>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
32
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
33 <!-- ********** -->
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
34
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
35 <sect2 id="radio-tips">
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
36 <title>Consigli per l'uso</title>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
37
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
38 <para>
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23492
diff changeset
39 La lista completa delle opzioni è disponibile nella pagina di manuale.
23669
d3f513e94294 sparse grammar and syntactical corrections
ptt
parents: 23499
diff changeset
40 Qui ci sono giusto alcuni consigli:
23492
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
41
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
42 <itemizedlist>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
43 <listitem><para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
44 Usa l'opzione <option>channels</option>. Un esempio:
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
45 <screen>-radio channels=104.4-Sibir,103.9-Maximum</screen>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
46 Spiegazione: con questa opzione, solo le stazioni radio 104.4 e 103.9 saranno
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23492
diff changeset
47 utilizzabili. Ci sarà un simpatico testo OSD quando cambi canale, mostrante
23492
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
48 il nome del canale stesso. Gli spazi nel nome di canale devono essere
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
49 sostituiti con il carattere "_".
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
50 </para></listitem>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
51 <listitem><para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
52 Ci sono vari modi per catturare l'audio. Puoi catturare il suono sia usando
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
53 la tua scheda video attraverso un cavo di connessione esterno tra la scheda
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
54 video e la line-in, ovvero usare l'ADC integrato nel chip saa7134.
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
55 Nell'ultimo caso, devi caricare il driver
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
56 <systemitem>saa7134-alsa</systemitem> o <systemitem>saa7134-oss</systemitem>.
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
57 </para></listitem>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
58 <listitem><para>
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23492
diff changeset
59 <application>MEncoder</application> non può essere utilizzato per la cattura
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23492
diff changeset
60 audio, poiché per funzionare richiede un flusso video. Per cui puoi usare o
23492
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
61 <application>arecord</application> dal progetto ALSA oppure usare l'opzione
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
62 <option>-ao pcm:file=file.wav</option>. Nell'ultimo caso non sentirai suono
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
63 alcuno (a meno che tu non stia usando un cavo line-in e abbia tolto il mute
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
64 dal line-in).
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
65 </para></listitem>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
66 </itemizedlist>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
67 </para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
68 </sect2>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
69
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
70 <!-- ********** -->
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
71
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
72 <sect2 id="radio-examples">
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
73 <title>Esempi</title>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
74
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
75 <informalexample><para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
76 Ingresso da V4L standard (usando un cavo su line-in, cattura disabilitata):
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
77 <screen>mplayer radio://104.4</screen>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
78 </para></informalexample>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
79
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
80 <informalexample><para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
81 Ingresso da V4L standard (usando un cavo su line-in, cattura disabilitata,
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
82 interfaccia V4Lv1):
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
83 <screen>mplayer -radio driver=v4l radio://104.4</screen>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
84 </para></informalexample>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
85
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
86 <informalexample><para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
87 Riprodurre il secondo canale della lista canali:
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
88 <screen>mplayer -radio channels=104.4=Sibir,103.9=Maximm radio://2</screen>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
89 </para></informalexample>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
90
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
91 <informalexample>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
92 <para>
23673
8ad79a13dcde another bunch of corrections, suggested by nico
ptt
parents: 23669
diff changeset
93 Ridirigere il suono dall'ADC integrato della scheda radio al bus PCI.
23492
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
94 In questo esempio il sintonizzatore viene usato come una seconda scheda audio
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
95 (ALSA device hw:1,0). Per schede basate su saa7134 deve esser caricato il modulo
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
96 <systemitem>saa7134-alsa</systemitem> o <systemitem>saa7134-oss</systemitem>.
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
97 <screen>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
98 mplayer -rawaudio rate=32000 radio://2/capture \
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
99 -radio adevice=hw=1.0:arate=32000:channels=104.4=Sibir,103.9=Maximm
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
100 </screen>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
101 <note>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
102 <para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
103 Usando i nomi dispositivi ALSA, i due punti devono esser sostituiti con il
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
104 segno di uguale, le virgole con punti.
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
105 </para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
106 </note>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
107 </para>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
108 </informalexample>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
109 </sect2>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
110 </sect1>
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
111
2f3c7788aac4 italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff changeset
112 </chapter>