|
#241
|
|||
|
|||
|
I'd like to thank everyone involved with rockboxing the Clip Zip, great work guys!
But does anyone feel that the sound is a little underpowered, less weighty compared to that of the Official Sansa Firmware? I've spent a long while adjusting the advanced EQ to try and get a similar sound to the 'Default' EQ of the OF and can't come anywhere near. Does Rockbox reduce the power output of the Clip Zip's amp? Does it struggle with low impedances which demand more..? -Dave |
| Advertisement | [Remove Advertisement] |
|
|
|
|
#242
|
||||
|
||||
|
Quote:
__________________
iPod Video 80GB, 2 Clip Zip(4GB and 8+16GB), Sansa e280 8GB <-All 4 Rockboxed FiiO E11, Digizoid ZO, FiiO E6.Cowon X9 32+32GB, iPod Mini 32GB, SGP 5.0 w/16GB card, Galaxy Tab 7.0 Plus 16GB+32GB (ICS). |
|
#243
|
|||
|
|||
|
Quote:
Just installed Rockbox again. Played around with the low & high frequency 'shelves' and set up some loud peaks before the 800khz mark until close to distortion, used some precut to bring them back down... and still not even patch on the Sansa OF 01.01.18. Completely lacking the depth at the lower end to mid - which is easily the best thing about the OF sound. It seems as though Rockbox is cannot 'drive' earphones as well as the OF. Well, looks like an uninstall again!
|
|
#244
|
||||
|
||||
|
Both OF and Rockbox have the exact same frequency response - ruler flat, no matter what phones they have to drive. There's no bass boost by default. With "default EQ" I guess you mean "normal EQ"? In the OF that means the EQ is turned off. It might indeed be that Rockbox is a bit quieter than the OF, but that's about the only difference.
__________________
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 |
|
#245
|
|||
|
|||
|
Quote:
Rockbox is still great software, regardless. |
|
#246
|
|||
|
|||
|
Quote:
There are two possibilities here: 1) Something is different with your player compared to dfkt's. 2) There is no difference between the two firmwares. I suggested running RMAA and filing a bug report if you noted a difference compared to dfkt's results. Did you try that?
__________________
Interested in Google's Summer of Code ? PM me. |
|
#247
|
|||
|
|||
|
What head/ear phones are being utilized? The only comment I would have is that there is some interaction between Bass/Treble, EQ and Volume -- but the OF EQ has the interaction as well.
|
|
#248
|
|||
|
|||
|
Got my Clip Zip 32GB (EDIT: 8GB) from Amazon today.
Had to use the manual installation method because I run Linux on PowerPC (yes, still). Ain't no pre-compiled binaries for that. Piss-easy. Booted RB firmware no problem. Jacked into USB now, and about to start pushing music down. Thanks, guys! The Cowon D2 never really did see the light of day Rockbox-wise. It's great that there is a market-current player that is ready for Rockbox right out of the, er, box. My esteem to you all! Last edited by Tyrone F. Horneigh; 01-20-2012 at 09:22 AM. |
|
#249
|
||||
|
||||
|
32GB? Is that with a microSDHC card...or a typo?
|
|
#250
|
|||
|
|||
|
Urp. Sorry. A braino. I got an 8GB Zip with a 32GB card.
I blame excitement and wishful thinking. 'Cause if there are two things I don't like about this player, they're: 1) That it's not available with 16 or 32 GB of onboard memory; and 2) That there's no line-in jack, though I'm not sure where they'd put it if it had one. I pulled down about 5GB of music before getting impatient and putting it on full shuffle of all tracks (thanks to the tip from the gentleman above). What an amazing array of features. Channel config, dynamic range compression, a game of Doom if I want to put an IWAD on the thing, more EQ options than I understand, a built-in text file browser that Just Works when you navigate into a non-audio file... I really need to go find the manual and read it! ("Party mode"?) Again, I'm just blown away. |
|
#251
|
|||
|
|||
|
The Clip zip manual is mostly working now (it's missing the graphics) so checking that is a good place to start. Combining that and a little bit of thought can extend the capabilities even further than.
Party mode essentially just locks playback. You can still raise and lower the volume though. If you make Party Mode one of the buttons on the Quick Screen you can quickly lock the player one handed. If you use dfkt's build from the first post in this thread, one of the patches he included, FS#9305 - Context sensitive backlight on key press, gives you a setting under Settings>General Settings>Display>LCD Settings that let's you change the volume without turning on the display. Combine those settings with First Buttonpress Enables Backlight>No and you can lock the player one handed and turn the volume up and down without using up battery power turning on the display. I've found that to be very handy for one handed, blind operation There's been any number of people that have wanted to lock the player one handed and have spent quite a bit of time asking developers to change the keymap to get it. If they dug into the settings they could easily roll their own.
__________________
A Glossary For Newbies Why Rockbox? FLAC or MP3? How To Ask Questions The Smart Way |
|
#252
|
||||
|
||||
|
New patched build: 120122-eaa83bdM-sansaclipzip (FS#9305, FS#11304, FS#11767, FS#12075, channel swap) - dfkt
__________________
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 |
|
#253
|
||||
|
||||
|
Another new patched build: 120123-91b52a1M-sansaclipzip (FS#9305, FS#11304, FS#12075, Meier v4, channel swap) - dfkt
I mangled Bertrik's Meier crossfeed patch horribly. Removed the old custom crossfeed, and implemented two versions of the Meier crossfeed in varying intensities. "Meier 1" is more subtle, "Meier 2" is the usual one that's already been in my older builds. Here's the hackish diff, if anyone wants to use it for their own builds: http://pastie.org/3233975
__________________
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 |
|
#254
|
|||
|
|||
|
Quote:
One question about your mangled patch: The difference between the two cross feed functions seems only to be the coefficient used (0x2fffffff vs. 0x7fffffff). Why not use 1 function and provide the coefficient as an argument to the function? Just a thought that occurred to me while reading your patch. |
|
#255
|
||||
|
||||
|
That's because I unfortunately really don't have a clue about C programming. Best option would actually be to make the coefficient variable (1ff... to fff... or so), as a menu setting, in my opinion. I tried to write that, but unfortunately I lack the skills.
__________________
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 |
|
#256
|
|||
|
|||
|
Quote:
http://pastie.org/3247912.js Doing the way you describe sounds better but the way dsp_set_crossfeed() is using function pointers makes that harder. My approach is probably just a waste of a stack frame, at a pretty meager savings in .text section. If I ever get the time to learn my way around the RB codebase, I may be able to help. |
|
#257
|
|||
|
|||
|
Concerning this...
Quote:
The only glaring fault remaining is handling of sample rates other than 44.1 kHz, as DSP is fixed at that rate and anything else has to be resampled, which presently is done at lousy quality. So if you were using one of those lossy codecs that default to 48 kHz, results could be audibly worse... and they are very likely to be on audiobooks in the 16..24 kHz range. |
|
#258
|
|||
|
|||
|
Hello there guys!
Just bought an 8gb zip and thought it can be very interesting to use rockbox regarding the battery life improvement as I donīt really think I'll play too much with audio settings as I might get it sounding worse! I think what you guys and people at rockbox ( If not the same ) are doing is simply amazing! thanks a lot. One question that I have though is if the firmware differenciates wether the music is stored on the internal memory or SD card as original firmware does. Hope I have explained myself as I am not a native english speaker! Thanks a lot! I hope this isn't a stupid post! |
|
#259
|
|||
|
|||
|
In rockbox, the external memory mounts as a folder in the root of the file system. You can play files directly from that folder, or else use the database which browses by tags and does not care about file location.
__________________
Interested in Google's Summer of Code ? PM me. |
|
#260
|
||||
|
||||
|
Quote:
Steve |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 09:39 PM.












FiiO E11, Digizoid ZO, FiiO E6.
Removed the old custom crossfeed, and implemented two versions of the Meier crossfeed in varying intensities. "Meier 1" is more subtle, "Meier 2" is the usual one that's already been in my older builds. Here's the hackish diff, if anyone wants to use it for their own builds:
Linear Mode
