1. How to set buffer length and timeout for WMA? BASS_SetNetConfig doesn't affect WMA, right?
2. How often should I call BASS_WMA_EncodeWrite to encode and write data to the network if I want to broadcast file(s)? Playing muted (volume=0) stream and calling BASS_WMA_EncodeWrite within DSPPROC works fine, but...
How about something like STREAMPROC callback, where we can feed encoder with data when it needs ones?
3. Syncs on WMT_BUFFERING_START, WMT_BUFFERING_STOP, WMT_CONNECTING, WMT_LOCATING will be usefull for GUI stuff.