|
#361
|
||||
|
||||
|
Quote:
i used windows sound recorder as saratoga suggested and recorded the clip v2 on full whack and then used foobar2000's replaygain scanner....
__________________
Sansa Clip+ 8GB :: Sandisk 16GB Micro SDHC :: Rockbox :: FiiO E6 :: Sennheiser PX100 II |
| Advertisement | [Remove Advertisement] |
|
|
|
|
#362
|
|||
|
|||
|
.
Last edited by setmenu; 05-15-2010 at 06:25 AM. |
|
#363
|
||||
|
||||
|
Quote:
OF Clipv1 is a tiny bit quieter than OF Clip+. OF Clip+ is clearly louder than RB Clip+. Absurdly, using the Clip+ with volume 0x1d is the same as using the stock 0x16, no difference in volume. How can that be? Quote:
RMAA - 0x1d RMAA - 0x1e RMAA - 0x1f
__________________
Please don't PM me with questions that can be answered in a forum thread. Don't be an idiot. My Gear and Reviews | My RMAA Tests | IRC: #anythingbutipod on Freenode | Last.fm | Album Art Exchange | Rockbox | Replaygain |
|
#364
|
|||
|
|||
|
Can anyone suggest a way to un-rockbox it completely???? I want to get rid of it.....
|
|
#365
|
|||
|
|||
|
|
|
#366
|
|||
|
|||
|
Getting an error while building database with r26037. Tried 3 times and got this error everytime:
*PANIC* transfer error -18 |
|
#367
|
|||
|
|||
|
It didnot work with me so i had to manually upgrade sansa firmware, working fine now.
![]() Quote:
|
|
#368
|
||||
|
||||
|
Quote:
the patch looks to be SD card related but i don't even have one being a clip v2 user???
__________________
Sansa Clip+ 8GB :: Sandisk 16GB Micro SDHC :: Rockbox :: FiiO E6 :: Sennheiser PX100 II |
|
#369
|
|||
|
|||
|
Internal memory is also SD.
|
|
#370
|
||||
|
||||
|
my ignorance knows no bounds.
__________________
Sansa Clip+ 8GB :: Sandisk 16GB Micro SDHC :: Rockbox :: FiiO E6 :: Sennheiser PX100 II |
|
#371
|
||||
|
||||
|
I know it's old new but hey it's r/w now. Too bad it's so unstable...keep up the work.
__________________
Cowon S9 32GB > HiFiMan RE0 (RIP) | Sansa Clip+ 16GB (Rockbox) > Soundmagic PL20 If you have problems, try MSC mode, then google.com |
|
#372
|
|||
|
|||
|
Quote:
EDIT: Looks like it still crashes when I try to initialize the database, with the same error. |
|
#373
|
|||
|
|||
|
Quote:
Anyway - I vote for setting the volume to 0x1e, if that value actually gives more volume. It comes at almost no cost! In fact it would be way better than the current setting if it gives you adequate volume levels before reaching values > 0!! Last edited by Timar; 05-15-2010 at 04:15 AM. |
|
#374
|
|||
|
|||
|
Quote:
It could also mean that the capacity is detected incorrectly: what is the capacity of your clip and what is the number of Blocks in System -> Debug menu -> View Disk Info ? (microSD0 is the internal storage and microSD1 is the µSD slot) |
|
#375
|
||||
|
||||
|
i ran chkdsk and it muttered something about some errors so i ran it again with the /f switch to fix them. i then ran it again to verify and there were no errors. but even after this, i still get the panic message.
i have an 8gb clip v2 Blocks: 0x00F4FC00
__________________
Sansa Clip+ 8GB :: Sandisk 16GB Micro SDHC :: Rockbox :: FiiO E6 :: Sennheiser PX100 II |
|
#376
|
||||
|
||||
|
Quote:
At least that's how all my other rockboxed players measured as well, so I believe it is intentional. Having the Clip behave the same way would be fine, IMO. But as I said, I didn't *hear* any increase in volume, testing stock 0x16 against 0x1d. Did anyone else perceive a higher max volume setting as louder?
__________________
Please don't PM me with questions that can be answered in a forum thread. Don't be an idiot. My Gear and Reviews | My RMAA Tests | IRC: #anythingbutipod on Freenode | Last.fm | Album Art Exchange | Rockbox | Replaygain |
|
#377
|
|||
|
|||
|
Quote:
Can you add a line: Code:
panicf("sd%d: %lu + %d > %lu", drive, start, count, card_info[drive].numblocks);
btw do you use irc? i'm in #rockbox on freenode network |
|
#378
|
|||
|
|||
|
dfkt,
Code:
/* We combine the mixer channel volume range with the headphone volume
range - keep first stage as loud as possible */
if (vol_r <= 0x16) {
mix_r = vol_r;
hph_r = 0;
} else {
mix_r = 0x16;
hph_r = vol_r - 0x16;
}
if (vol_l <= 0x16) {
mix_l = vol_l;
hph_l = 0;
} else {
mix_l = 0x16;
hph_l = vol_l - 0x16;
}
Change only the values in the if-condition and the mix_l/r and it will have a tremendous effect! With 0x16 my 56ohm headphones where rather silent @0db, with 0x1e they pound my eardrums into my brain ![]() I'd love to do some measurements. Problem is: I don't have a fitting cable at hand... Last edited by Timar; 05-15-2010 at 09:06 AM. |
|
#379
|
||||
|
||||
|
I did exactly what funman suggested. I changed mix_l and mix_r, nothing else.
__________________
Please don't PM me with questions that can be answered in a forum thread. Don't be an idiot. My Gear and Reviews | My RMAA Tests | IRC: #anythingbutipod on Freenode | Last.fm | Album Art Exchange | Rockbox | Replaygain |
|
#380
|
|||
|
|||
|
Quote:
Did you check the other values (0x1e, 0x1f) against the original volume?
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 04:26 AM.














Did you check the other values (0x1e, 0x1f) against the original volume?
Linear Mode
