altq on $ext_if cbq bandwidth 240Kb queue { std_out, audio }
queue std_out cbq(default)
queue audio bandwidth 135Kb cbq
CBQ works on the basis of limits, rather than guarantees. At the least, you should add a priority to the audio queue, but if all you want is for audio traffic to override everything else, priq may be more appropriate than cbq.
