WODC

WODC (93.3 FM) – branded 93.3 The Bus – is a commercial adult hits radio station licensed to Ashville, Ohio, serving Columbus and the Columbus metro area. Owned by iHeartMedia, Inc., the WODC studios area located in Downtown Columbus, while its transmitter resides near Obetz. In addition to a standard analog transmission, WODC broadcasts over three HD Radio channels, and streams online via iHeartRadio.[1]

WODC
CityAshville, Ohio
Broadcast areaColumbus metro area
Frequency93.3 MHz (HD Radio)
Branding93.3 The Bus
SloganWe Play Anything!
Programming
FormatAdult hits
HD2: News/talk (WTVN)
HD3: Religious (Air1)
Ownership
OwneriHeartMedia, Inc.
(iHM Licenses, LLC)
Sister stationsWCOL-FM, WNCI, WTVN, WYTS, WXZX, WZCB
History
First air dateJuly 1, 1961 (1961-07-01)
Former call signsWBEX-FM (196183)
WKKJ (19832002)
WFCB (200204)
WLZT (200411)
Call sign meaningOlDies Columbus (former format)
Technical information
Facility ID52042
ClassB
ERP32,000 watts
HAAT184 meters (604 ft)
Transmitter coordinates39°52′34″N 82°58′49″W
Translator(s)
  • HD3: 99.3 W257CU (Columbus)
  • HD3: 105.3 W287CL (Lancaster)
Links
WebcastListen live (via iHeartRadio)
Website933odc.iheart.com

History

WODC's HD Radio Channels on a SPARC Radio with PSD.

Originally located at 94.3 FM, WFCB was called "WFCB-94.3", but to clear a move from Chillicothe to Ashville, frequencies were to be exchanged between WFCB and WKKJ, this happened in 2002. WKKJ was a sister Clear Channel station also in Chillicothe, but operating at 93.3 MHz, playing country music. After the switch, WFCB was re-imaged as "Mix 93.3", but continued to run and be staffed from Chillicothe.

When WFCB's transmitter was officially moved to Obetz on January 1, 2004, the station was flipped to "93.3 Lite FM" and the calls were changed to WLZT. The Hot AC format stayed the same throughout the transition and move to Ashville, Ohio. The positioner eventually transitioned from "93.3 Lite FM" to "93.3 WLZT" when the station switched to a more gold-based adult contemporary or classic hits format. After several musical changes, the station re-imaged as "Soft Rock 93.3" in May 2010.

On September 2, 2011, on Labor Day weekend, the station began stunting with "America's Top 500." Tuesday morning at 9 following the holiday, after playing "American Pie" by Don McLean, the station switched to classic hits as "Oldies 93.3." On September 29, 2011, the callsign was changed from WLZT to WODC. In February 2014, 80s music was added and the "Oldies 93.3" moniker was dropped, and was rebranded as "93.3 WODC."

At midnight on December 28, 2015, WODC relaunched with adult hits, branded as "93.3 The Bus".

gollark: All three.
gollark: Unless you turn up the optimization setting to ~30, at which point it makes quite fast code.
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description='Compile a WHY program')parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```The compiler for the new `WHY` language. Made as a joke because someone on the esolangs server insisted that all compiled languages were fast.
gollark: BT being bad, who would ever guess so?
gollark: Amazing, right?

References

FM translators
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.