Open nickherge88 opened 8 years ago
You can combine them
I think you should use an
<addr>
element here instead.
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
{
"type": "log",
"clientmfg": "Hybrid Radio Dev",
"clientver": "1.0.6",
"duration": 86400,
"data": {
"device": {
"make": "Texas Instruments",
"model": "QNX Car 2.1",
"year": 2016,
"vin": "",
"runtime": 25433455,
"recbrand": "HD Radio",
"recmodel": "Hybrid Radio Dev",
"recversion": "1.0.6"
},
"brstations": [{
"freq": 97900,
"amfm": "FM",
"calls": "null",
"time": 5,
"channel": "HD1",
"starttime": "2016-01-13 07:17:04",
"stoptime": "2016-01-13 07:17:09",
"startloc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
},
"stoploc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
}
},
{
"freq": 97900,
"amfm": "FM",
"calls": "IBQT-FM",
"time": 4,
"channel": "HD2",
"starttime": "2016-01-13 07:17:10",
"stoptime": "2016-01-13 07:17:14",
"startloc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
},
"stoploc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
}
}]
}
}```
{ "type": "log", "clientmfg": "Hybrid Radio Dev", "clientver": "1.0.6", "duration": 86400, "data": { "device": { "make": "Texas Instruments", "model": "QNX Car 2.1", "year": 2016, "vin": "", "runtime": 25433455, "recbrand": "HD Radio", "recmodel": "Hybrid Radio Dev", "recversion": "1.0.6" }, "brstations": [{ "freq": 97900, "amfm": "FM", "calls": "null", "time": 5, "channel": "HD1", "starttime": "2016-01-13 07:17:04", "stoptime": "2016-01-13 07:17:09", "startloc": { "lat": "40.508499", "lng": "-74.5", "cdno": 0 }, "stoploc": { "lat": "40.508499", "lng": "-74.5", "cdno": 0 } }, { "freq": 97900, "amfm": "FM", "calls": "IBQT-FM", "time": 4, "channel": "HD2", "starttime": "2016-01-13 07:17:10", "stoptime": "2016-01-13 07:17:14", "startloc": { "lat": "40.508499", "lng": "-74.5", "cdno": 0 }, "stoploc": { "lat": "40.508499", "lng": "-74.5", "cdno": 0 } }] } }
I've been playing with the Hybrid Radio and the test matrix, and I have noticed something.
I am playing TuneVector_V2 via a USRP (center frequency 90.5), and I have the test market enabled. By doing this, there are three frequencies which have both HD signal and web content. These three stations are 90.9, 91.7, and 92.5.
According to SY_SRS_4113 "Hybrid Radio Use Cases and Features" Section 2.1 "HD Radio Stations with Artist Experience and Web Services Enabled" specifically states:
If available, HD Radio Technology shall remain the primary data path for all information related to
the currently active radio station." and "When using Web Services, the HD Radio signal strength
shall be monitored for availability. As soon as digital audio acquisition is regained on an HD Radio
station, the Hybrid Radio receiver shall revert back to HD Radio Technology as the means of data
retrieval for both album art and song information. This is to reduce data usage by the system.
However, what I am seeing is that both are being displayed simultaneously. If new information either from HD or from the web becomes available, the Now Playing window is updated. Even better, if new PSD becomes available from HD, that becomes updated while keeping the old web service album art.
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
{
"type": "log",
"clientmfg": "Hybrid Radio Dev",
"clientver": "1.0.6",
"duration": 86400,
"data": {
"device": {
"make": "Texas Instruments",
"model": "QNX Car 2.1",
"year": 2016,
"vin": "",
"runtime": 25433455,
"recbrand": "HD Radio",
"recmodel": "Hybrid Radio Dev",
"recversion": "1.0.6"
},
"brstations": [{
"freq": 97900,
"amfm": "FM",
"calls": "null",
"time": 5,
"channel": "HD1",
"starttime": "2016-01-13 07:17:04",
"stoptime": "2016-01-13 07:17:09",
"startloc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
},
"stoploc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
}
},
{
"freq": 97900,
"amfm": "FM",
"calls": "IBQT-FM",
"time": 4,
"channel": "HD2",
"starttime": "2016-01-13 07:17:10",
"stoptime": "2016-01-13 07:17:14",
"startloc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
},
"stoploc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
}
}]
}
}
{
"type": "log",
"clientmfg": "Hybrid Radio Dev",
"clientver": "1.0.6",
"duration": 86400,
"data": {
"device": {
"make": "Texas Instruments",
"model": "QNX Car 2.1",
"year": 2016,
"vin": "",
"runtime": 25433455,
"recbrand": "HD Radio",
"recmodel": "Hybrid Radio Dev",
"recversion": "1.0.6"
},
"brstations": [{
"freq": 97900,
"amfm": "FM",
"calls": "null",
"time": 5,
"channel": "HD1",
"starttime": "2016-01-13 07:17:04",
"stoptime": "2016-01-13 07:17:09",
"startloc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
},
"stoploc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
}
},
{
"freq": 97900,
"amfm": "FM",
"calls": "IBQT-FM",
"time": 4,
"channel": "HD2",
"starttime": "2016-01-13 07:17:10",
"stoptime": "2016-01-13 07:17:14",
"startloc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
},
"stoploc": {
"lat": "40.508499",
"lng": "-74.5",
"cdno": 0
}
}]
}
}
As Kanye West said: