-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathradio.html
49 lines (46 loc) · 1.47 KB
/
radio.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<h3>Shortwave Radio</h3>
<p>
Several international news organizations are broadcasting their programming on the shortwave radio bands. If you have a shortwave radio, you can listen to programs from many countries around the world.
</p>
<p>
Here are some frequencies and times for shortwave programming from a few major news outlets (all times in UTC):
<table>
<tr>
<th>Freq. (kHz)</th>
<th>Time (UTC)</th>
<th>Org.</th>
<th>Program Info</th>
</tr>
<tr>
<td>15,735</td>
<td>13:00 - 15:00</td>
<td>BBC</td>
<td>News</td>
</tr>
<tr>
<td>5,875</td>
<td>20:00-22:00</td>
<td>BBC</td>
<td>News</td>
</tr>
<tr>
<td>15,770</td>
<td>19:30-20:00 M-F</td>
<td>VOA</td>
<td>Flashpoint Ukraine (Eng)</td>
</tr>
<tr>
<td>7,730</td>
<td>02:00-03:00, 04:00-05:00</td>
<td>Radio Liberty</td>
<td>News (Russian)</td>
</tr>
<tr>
<td>7,730</td>
<td>05:00 - 06:00</td>
<td>Radio Ukraine Intl.</td>
<td>Various other times on 7,730 and 15,770</td>
</tr>
</table>
</p>
<p>If you have Internet access, you can find a nearly complete list of all known stations on <a href="https://www.short-wave.info">short-wave.info</a>.</p>