No, you really need a special chip called serial audio transmitter. It is a chip that takes in the 16-bit PCM data from the serial audio bus (WS, BCK, DATA) and encodes the data into SPDIF format. You can then connect the SPDIF output to TOSLINK optical transmitter module or RCA connector. For example look at this chip : http://www.cirrus.com/en/products/cs8406.html.
The downside is that the SPDIF chip usually needs a master clock signal (it's the clock that gets divided down to generate the BCK and WS clocks). That may or may not be available on GUS, needs some investigation. Some SPDIF transmitters may work without it, as they may be able to regenerate this inside them from BCK and WS clocks. Or with another chip that can generate it.
Also there is one problem, the GUS sampling rate depends on how many channels you want to output. At 14 channels, it's the standard 44.1 kHz that any home A/V equipment will happily accept over SPDIF. At 32 channels, it's non-standard 19 kHz and I bet very few A/V equipment, if any, will play it. (IIRC, the formula for the sampling rate is Fout=44100*14/channelcount, where channelcount cannot go below 14 and above 32).
But still, it would be an interesting project.