Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
translations translations
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Fiio M3k
« previous next »
  • Print
Pages: 1 ... 25 26 [27] 28 29

Author Topic: Fiio M3k  (Read 105462 times)

Offline Bilgus

  • Developer
  • Member
  • *
  • Posts: 1194
Re: Fiio M3k
« Reply #390 on: May 21, 2022, 08:57:50 AM »
https://forums.rockbox.org/index.php/topic,54165.0.html
Logged

Offline stridechicken

  • Member
  • *
  • Posts: 3
Re: Fiio M3k
« Reply #391 on: May 22, 2022, 06:07:13 PM »
Thank you! I've got it all set up now.
Logged

Offline Bluecap

  • Member
  • *
  • Posts: 1
Re: Fiio M3k
« Reply #392 on: May 29, 2022, 02:17:14 PM »
Is there any way to skip songs with the hardware buttons like on the original firmware?
Logged

Offline baka_toroi

  • Member
  • *
  • Posts: 2
Re: Fiio M3k
« Reply #393 on: November 05, 2022, 07:28:49 PM »
Hi guys. Any news about this?
Has discussion moved to a different thread?
Logged

Offline 7o9

  • Member
  • *
  • Posts: 173
Re: Fiio M3k
« Reply #394 on: November 06, 2022, 11:42:42 AM »
There is a key remap plugin that might do what you want:

https://forums.rockbox.org/index.php?topic=54131.0
Logged

Offline g.orlandini

  • Member
  • *
  • Posts: 30
Re: Fiio M3k
« Reply #395 on: January 20, 2023, 07:39:31 AM »
Hi all,

in a different thread (https://forums.rockbox.org/index.php/topic,54417.msg251622.html#msg251622) I was asking how to lower charging settings for my Sansa Clip+ and I'm wondering if it's possible to do the same with Fiio M3k.

I'm not sure how to change charging voltage and I prefer to ask Aidan and other expert about this.

For what I know (I'm not an expert at all) limiting voltage @4.1 V would extend quite a lot battery life with only a small decrease in total battery capacity.

Thanks
« Last Edit: May 01, 2023, 05:49:15 AM by g.orlandini »
Logged

Offline bagel

  • Member
  • *
  • Posts: 1
Re: Fiio M3k
« Reply #396 on: May 10, 2023, 06:49:48 AM »
Hi, first of all thanks for the amazing port.

I am facing trouble in skipping tracks on wps while the device is locked. Basically I want the original firmware's feature of skipping track on long pressing the volume buttons while the screen is locked.
I have tried the play+vol button combination and keyremap plugin, but every time I get the same "buttons locked" message. Please guide me on how to enable this feature. I'm using the latest bootlader [bf3e67204c-20220402] and fdf661606c-230509 dev build.

Thanks!

edit - I was able to get it working by turning on advanced key lock and selecting "exempt skip" in settings -> general settings -> system
« Last Edit: May 10, 2023, 10:27:39 AM by bagel »
Logged

Offline vitt13

  • Member
  • *
  • Posts: 96
Re: Fiio M3k
« Reply #397 on: May 24, 2023, 09:08:33 AM »
I've got few measurements for digital filters and DAC power mode illustrations.
Test signal is local file generated in REW software. 4kHz square signal, 192k sample rate, PCM24.
High performance mode:
* Sharp filter

* Slow filter

* Short-Sharp filter

* Short-Slow filter


Power save mode
* Sharp filter

* Slow filter

* Short-Sharp filter

* Short-Slow filter


Playing the same file on original firmware
Logged

Offline Julian67

  • Member
  • *
  • Posts: 144
Re: Fiio M3k
« Reply #398 on: June 01, 2023, 09:10:06 PM »
Rockbox resamples everything to 44100Hz.  On some players you can toggle this to 48000Hz.  So a comparison between Rockbox and original firmware might not be so useful if the audio file is 192000 Hz. But anyway, it looks like the original firmware defaults to the same as Rockbox:  sharp.  No surprise there.  All the filters look like they work as described.  The battery life is good on Rockbox that the powersave mode is not needed on the M3K.  I guess if I used my M3K only for audiobooks or lectures and other speech I might choose powersave mode, but for music the default (no powersave, sharp filter) appears to be ideal.  But it is nice to see the graphs, and informative, so thank you.
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 667
Re: Fiio M3k
« Reply #399 on: June 02, 2023, 07:05:02 AM »
Quote from: Julian67 on June 01, 2023, 09:10:06 PM
Rockbox resamples everything to 44100Hz.  On some players you can toggle this to 48000Hz.  So a comparison between Rockbox and original firmware might not be so useful if the audio file is 192000 Hz.

Actually, Rockbox will only resample if the hardware cannot handle the "native" sample rate for a given file.  I know this because I'm the one who implemented it. 
So on hardware that can go up to 192KHz, we can play back 192KHz files, albeit at 16-bit only since we don't have support for 24/32-bit audio in the core.

(That said, the choice of playback freq and any resampling is up to the invididual codecs, so it's certainly possible some or many of them have their own rules/heuristics)
« Last Edit: June 02, 2023, 08:08:19 AM by speachy »
Logged

Offline Julian67

  • Member
  • *
  • Posts: 144
Re: Fiio M3k
« Reply #400 on: June 02, 2023, 12:04:45 PM »
Thanks for the correct info. Would the bit truncation make much of a difference to those filter graphs?  To me they all look as you'd expect for each filter type.
Logged

Offline Julian67

  • Member
  • *
  • Posts: 144
Re: Fiio M3k
« Reply #401 on: June 05, 2023, 08:29:37 PM »
Quote from: speachy on June 02, 2023, 07:05:02 AM
Quote from: Julian67 on June 01, 2023, 09:10:06 PM
Rockbox resamples everything to 44100Hz.  On some players you can toggle this to 48000Hz.  So a comparison between Rockbox and original firmware might not be so useful if the audio file is 192000 Hz.

Actually, Rockbox will only resample if the hardware cannot handle the "native" sample rate for a given file.  I know this because I'm the one who implemented it. 
So on hardware that can go up to 192KHz, we can play back 192KHz files, albeit at 16-bit only since we don't have support for 24/32-bit audio in the core.

(That said, the choice of playback freq and any resampling is up to the invididual codecs, so it's certainly possible some or many of them have their own rules/heuristics)

I there any possibility that Rockbox core could ever support 24/32-bit audio?
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 667
Re: Fiio M3k
« Reply #402 on: June 05, 2023, 09:14:39 PM »
Quote from: Julian67 on June 05, 2023, 08:29:37 PM
I there any possibility that Rockbox core could ever support 24/32-bit audio?

Possibility?  Of course.  But it's not terribly likely at the moment; only a handful of the players have hardware that supports it, and need to implement in a way that doesn't bloat things for 16-bit-only players, and there's not exactly a lot of folks contributing code.  Or contributing much of anything, really.

Logged

Offline Julian67

  • Member
  • *
  • Posts: 144
Re: Fiio M3k
« Reply #403 on: June 06, 2023, 12:05:16 AM »
Quote from: speachy on June 05, 2023, 09:14:39 PM
Quote from: Julian67 on June 05, 2023, 08:29:37 PM
I there any possibility that Rockbox core could ever support 24/32-bit audio?

Possibility?  Of course.  But it's not terribly likely at the moment; only a handful of the players have hardware that supports it, and need to implement in a way that doesn't bloat things for 16-bit-only players, and there's not exactly a lot of folks contributing code.  Or contributing much of anything, really.

I'm just asking because I have no idea:  Would a change from 16-bit to 24 or 32-bit be a huge upheaval?  Would it be impossible to do without dropping support for 16-bit players? Technical query, not a feature request!
Logged

Offline cereal_killer

  • Member
  • *
  • Posts: 452
Re: Fiio M3k
« Reply #404 on: June 08, 2023, 05:14:06 PM »
Quote from: vitt13 on May 24, 2023, 09:08:33 AM
I've got few measurements for digital filters and DAC power mode illustrations.
Test signal is local file generated in REW software. 4kHz square signal, 192k sample rate, PCM24.

I am curious what the interpretation of these graphs is.
Logged

  • Print
Pages: 1 ... 25 26 [27] 28 29
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Fiio M3k
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.147 seconds with 17 queries.