|
 |
|
08-22-2006, 06:59 AM
|
#136
|
|
Raw Wave
Join Date: Aug 2004
Location: On the edge!
Posts: 1,789
|
Quote: Originally Posted by tj!2k4 
Control Panel uninstall, and there is no "C:\Program Files\Flux Media" directory, and yet there were still a ton of references in the registry which I manually removed.. and am still unable to install RC2. I'm thinking there must still be something else left behind in the registry that is preventing the install.
See post 131
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
08-22-2006, 09:11 AM
|
#137
|
|
Raw Wave
Join Date: Oct 2004
Posts: 3,294
|
Quote: Originally Posted by ShawJohn 
See post 131 
I don't get it. What are you trying to say? ... that you're guessing Windows installer is the culprit?
|
|
|
08-22-2006, 09:12 AM
|
#138
|
|
Maximum Bitrate
Join Date: May 2006
Location: Seattleish, WA
Posts: 823
|
follow-up... re: XM plugin
Quote: Originally Posted by midiwall 
Cool.. okay. I'll play more with it.
Life is better. I'm now not sure what was causing what I was hearing before; well, I figure that (like you said David) it was that my LINE_IN was unmuted, but now I can't make it happen. Strange.
Quote:
I have a side question about the preload... "why?". 
And after playing with the plugin for a while last night, I still have this question.
__________________
:: Mark
|
|
|
08-22-2006, 10:03 AM
|
#139
|
|
Raw Wave
Join Date: Aug 2004
Location: On the edge!
Posts: 1,789
|
Quote: Originally Posted by tj!2k4 
I don't get it. What are you trying to say? ... that you're guessing Windows installer is the culprit?

If you manually deleted it, you need to somehow get the directory structure back (from a backup maybe) so that control panel can uninstall it, that solves the problem
I recon windows installer knows its installed the software, and hasn't removed it so it thinks its still there  and hence will not allow it to install new version, which incidentally it thinks is an older version due to the version number change from 1.7 to 0.96
|
|
|
08-22-2006, 10:07 AM
|
#140
|
|
Raw Wave
Join Date: Oct 2004
Posts: 3,294
|
Quote: Originally Posted by tj!2k4 
Control Panel uninstall, and there is no "C:\Program Files\Flux Media" directory, and yet there were still a ton of references in the registry which I manually removed.. and am still unable to install RC2. I'm thinking there must still be something else left behind in the registry that is preventing the install.
Quote: Originally Posted by ShawJohn 
If you manually deleted it, you need to somehow get the directory structure back (from a backup maybe) so that control panel can uninstall it, that solves the problem
Thanks for the suggestion, but I did a "real" uninstall from the control panel already.
I was listing the steps I had already taken to remove RC1.
Last edited by tj!2k4; 08-22-2006 at 10:09 AM.
|
|
|
08-22-2006, 11:26 AM
|
#141
|
|
VENDOR - Centrafuse
Join Date: Apr 2004
Posts: 5,041
|
Quote: Originally Posted by midiwall 
follow-up... re: XM plugin
Life is better. I'm now not sure what was causing what I was hearing before; well, I figure that (like you said David) it was that my LINE_IN was unmuted, but now I can't make it happen. Strange.
And after playing with the plugin for a while last night, I still have this question. 
I have it on my list of known issues to speed up channel changing.. The buffering is because you can pause/rewind/fastforward while listening to XM...
When you change channel I have to destory the buffer, create a new one, send the channel change command, buffer a few seconds, then start playback...
This allows you to pause, etc...
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
08-22-2006, 12:49 PM
|
#142
|
|
Raw Wave
Join Date: Aug 2004
Location: On the edge!
Posts: 1,789
|
Dare I ask when RC2.1 might show its face
|
|
|
08-22-2006, 12:55 PM
|
#143
|
|
Maximum Bitrate
Join Date: May 2006
Location: Seattleish, WA
Posts: 823
|
Quote: Originally Posted by veetid 
The buffering is because you can pause/rewind/fastforward while listening to XM...
When you change channel I have to destory the buffer, create a new one, send the channel change command, buffer a few seconds, then start playback...
This allows you to pause, etc...
Yeup, I understand, but the preload of a channel only buys the user two seconds of rewind previous to what they first hear. I don't know that's such a feature as would be the "nicer" effect of hearing the new channel sooner.
A similar example comes from the TiVo world. When I change channels, I get the new channel immediately. The data is always streamed to disk of course so when I pause, the buffer starts to build in front of me. When I PLAY, then I'm playing from the buffer tail. If I FF to get closer to the present, then that's when I get to rewind into the past.
Hmmm.. another side thought... Instead of running the buffer in a create/fill/destroy cycle, why not just make it circular and move a head/tail pointer? That'll save the memory management overhead and you should be able to pick up some speed on systems with less RAM.
__________________
:: Mark
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
08-22-2006, 07:10 PM
|
#144
|
|
VENDOR - Centrafuse
Join Date: Apr 2004
Posts: 5,041
|
Quote: Originally Posted by midiwall 
Yeup, I understand, but the preload of a channel only buys the user two seconds of rewind previous to what they first hear. I don't know that's such a feature as would be the "nicer" effect of hearing the new channel sooner.
A similar example comes from the TiVo world. When I change channels, I get the new channel immediately. The data is always streamed to disk of course so when I pause, the buffer starts to build in front of me. When I PLAY, then I'm playing from the buffer tail. If I FF to get closer to the present, then that's when I get to rewind into the past.
Hmmm.. another side thought... Instead of running the buffer in a create/fill/destroy cycle, why not just make it circular and move a head/tail pointer? That'll save the memory management overhead and you should be able to pick up some speed on systems with less RAM.
You get 2 seconds when you first change, but if you listen for 20 minutes, you can rewind for 20 minutes, etc...
I already have it on my list to speed this up...
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
08-22-2006, 07:10 PM
|
#145
|
|
VENDOR - Centrafuse
Join Date: Apr 2004
Posts: 5,041
|
Quote: Originally Posted by ShawJohn 
Dare I ask when RC2.1 might show its face 
soon
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
08-22-2006, 07:13 PM
|
#146
|
|
Constant Bitrate
Join Date: Jan 2004
Posts: 142
|
Why cant CF play ISo files?
|
|
|
08-22-2006, 07:21 PM
|
#147
|
|
Maximum Bitrate
Join Date: Mar 2005
Location: Pomona, CA
Posts: 452
|
Quote: Originally Posted by veetid 
You get 2 seconds when you first change, but if you listen for 20 minutes, you can rewind for 20 minutes, etc...
I already have it on my list to speed this up...
david
My opinion is that anything more than a second is too much. Even a full second is pushing it...
|
|
|
08-22-2006, 08:00 PM
|
#148
|
|
Maximum Bitrate
Join Date: May 2006
Location: Seattleish, WA
Posts: 823
|
Quote: Originally Posted by veetid 
You get 2 seconds when you first change, but if you listen for 20 minutes, you can rewind for 20 minutes, etc...
I already have it on my list to speed this up...
I really hate to push this David, but I gotta think that we're having a bit of a communications breakdown here.
I know you have it on the list to speed up, but if that means anything short of "absolutely no buffer preload" then you've killed the ability to channel surf for no real reason.
Lemme try it this way... Is this true? - I'm listening to channel 41
- I switch to channel 48
- I wait for 2 seconds while the buffer preloads
- I hear channel 48 (side note: can you please tie the crossfade into the other crossfade Y/N option?)
- _at this point_ I can only rewind 2 seconds
- I listen for some amount of time...
- I now switch to channel 82
- I wait for 2 seconds while the buffer preloads
- I hear channel 82
- _at this point_ I can only rewind 2 seconds
So, given that my waiting for two seconds at the channel switch only bought me two seconds of initial rewind time, then... why make me wait at all?
__________________
:: Mark
|
|
|
08-22-2006, 10:58 PM
|
#149
|
|
VENDOR - Centrafuse
Join Date: Apr 2004
Posts: 5,041
|
Quote: Originally Posted by midiwall 
I really hate to push this David, but I gotta think that we're having a bit of a communications breakdown here.
I know you have it on the list to speed up, but if that means anything short of "absolutely no buffer preload" then you've killed the ability to channel surf for no real reason.
Lemme try it this way... Is this true? - I'm listening to channel 41
- I switch to channel 48
- I wait for 2 seconds while the buffer preloads
- I hear channel 48 (side note: can you please tie the crossfade into the other crossfade Y/N option?)
- _at this point_ I can only rewind 2 seconds
- I listen for some amount of time...
- I now switch to channel 82
- I wait for 2 seconds while the buffer preloads
- I hear channel 82
- _at this point_ I can only rewind 2 seconds
So, given that my waiting for two seconds at the channel switch only bought me two seconds of initial rewind time, then... why make me wait at all?
I understand you completly... My point is I plan to speed up the channel switching by changing the code. I have it listed as a bug. My first thoughts are I will switch the channel first so it will start playing immediately, then behind the scenes recreate the buffer and start buffering... So at first rewind would do nothing, until you listen to the channel for awhile or pause...
I plan to fix this, as I said it's not listed as a feature, but a bug... which means I believe it is wrong as well and plan to fix it...
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
08-22-2006, 11:28 PM
|
#150
|
|
Maximum Bitrate
Join Date: May 2006
Location: Seattleish, WA
Posts: 823
|
Quote: Originally Posted by veetid 
I understand you completly... My point is I plan to speed up the channel switching by changing the code. I have it listed as a bug. My first thoughts are I will switch the channel first so it will start playing immediately, then behind the scenes recreate the buffer and start buffering... So at first rewind would do nothing, until you listen to the channel for awhile or pause...
I plan to fix this, as I said it's not listed as a feature, but a bug... which means I believe it is wrong as well and plan to fix it...
david
Okay... I'll back off and wait. My concern is coming from you saying "speed up" versus "make it instant".
Thanks David.
__________________
:: Mark
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:33 PM.
| |