20 May '13 - 23:01 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Reply  |  Print  
Author Topic: To Ian: Asio Channel Pause  (Read 1863 times)
alex_privy
Posts: 9


« on: 6 Feb '06 - 10:55 »
Reply with quoteQuote

I have a question for Ian...
what happened when I pause an ASIO  channel with the ASIO_ChannelPause function?
Does it suspend the playback and after restart it from the point it was paused? Or does it do something like setting to zero the volume?

In other words, if I assign to the channel through the ASIOproc a BASS_stream, and I pause the ASIO channel does it pause also the decoding BASS_stream or I have to pause it with a piece of code? Thanx A lot...
Logged
Ian @ un4seen
Administrator
Posts: 15253


« Reply #1 on: 6 Feb '06 - 19:33 »
Reply with quoteQuote

When you pause an ASIO channel, the channel's ASIOPROC won't be called again until it's unpaused (via BASS_ASIO_ChannelReset). Decoding channels don't advance themselves (without calling BASS_ChannelGetData/Level), so the decoder will still be at the position you left it at Smiley
Logged
alex_privy
Posts: 9


« Reply #2 on: 6 Feb '06 - 20:00 »
Reply with quoteQuote

Thank you, Ian...
You're always very quick to answer and very precise...
You're doin' a very good work (It's since the very first release I am using BASS)
Logged
Ian @ un4seen
Administrator
Posts: 15253


« Reply #3 on: 6 Feb '06 - 20:13 »
Reply with quoteQuote

ta Grin
Logged
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines