Jump to content

maxmp

Moderators
  • Posts

    5,325
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Blogs

Gallery

Downloads

Poweramp Knowledge Base

База знаний Poweramp

Poweramp知识库

Poweramp Equalizer Knowledge Base

База знаний Poweramp Equalizer

Store

Events

Ideas

Everything posted by maxmp

  1. @SachinSachi see my post above. We don't have access to Android codec internals so we don't really know if replay gain or any additional gains are applied or not.
  2. @andrewilley reshuffling 50k songs list takes time (depends on device, supported devices range performance differs up to 1000x). And it’s actually not that necessary for very large lists, so that’s a good optimization.
  3. @fndrsm if you disable DVC it will give you -6dB volume reduction vs system level - this is controlled by "No DVC Headroom Gain" option (that can be increased, but it will reduce equalizer headroom). I would not call -6dB a low volume though. What is the volume in the stock player?
  4. @fndrsm on some Samsung firmwares, 384 + DVC is not supported (192khz is the max for DVC), so disable DVC in this case. It seems to be supported for OneUI 6.0, but still it may differ for a firmware variant and device (mid to high end devices have a better chance of supporting that). This is how Samsung calls their hi-res audio subsystem internally. This is unique subsystem - it's very different from Android/AOSP audio engine which they started to use around Android 7-8 and it's still in a use.
  5. @fndrsm on some Samsung firmwares, 384 + DVC is not supported (192khz is the max for DVC), so disable DVC in this case. It seems to be supported for OneUI 6.0, but still it may differ for a firmware variant and device (mid to high end devices have a better chance of supporting that).
  6. https://play.google.com/apps/testing/com.maxmpz.audioplayer Builds 978-981: support for MOD, IT, S3M, XM, MPTM tracker formats via libopenmpt lyrics UI shows track comments/samples message new Tracker Decoder Extra Gain and Tracker Decoder Stereo Separation options support for xHE-AAC format via device codecs Works for local files only. Supported on the devices which already have this codec included support for the predictive back animation on Android 14 new Reset Stats option Also per-track reset button is available now in Info/Tags dialog changes to Full Cover, Centered skin options More room for labels new Visualizations/Ignore Touch option new Background Gradient, Background Gradient Color, Background Gradient For Lists options new option in header menu/Add to Launcher for all categories Adds shortcut to launcher home screen with Play the list/Open the list/Shuffle options new Ignore Bluetooth Commands option Helps ignoring unwanted commands from headunits/BT devices immediately after a connection new Ignore Repeat/Shuffle option Disables processing for BT Repeat/Shuffle commands Queue is now reloaded immediately for Always Clear On Add + Start Playing Queue: Immediately options Settings search history optimizations for very large libraries (e.g. 50k+ tracks) New option No Reshuffle For Large Lists which is enabled by default AutoEq presets/devices database update new Settings Shortcuts in Main Menu option Adds number of recently used Settings shortcuts to the main menu, including custom skin settings hex color support in color dialogs Target SDK updated to 34 introducing 🎁 Feature Packages: the number of big and small features (user requested/voted on Poweramp forum) packed together into low priced in-app purchase a few packages per year new features added to the same package with the each new build new Full Version purchase includes feature package discount this helps with Poweramp app continued development 🎁 Feature package #1 (free in beta): support for multiple items dragging in playlists and Queue Multiple checked items are dragged as a group new Line2 Press and Line2 Long Press options new Hide Unknown Artist option Unknown Artist is hidden from track labels in Poweramp UI as possible new Animations option Navigation animations now can be faster or disabled more features for this package in the next builds
  7. 18,751 downloads

    Builds 978-981: support for MOD, IT, S3M, XM, MPTM tracker formats via libopenmpt lyrics UI shows track comments/samples message new Tracker Decoder Extra Gain and Tracker Decoder Stereo Separation options support for xHE-AAC format via device codecs Works for local files only. Supported on the devices which already have this codec included support for the predictive back animation on Android 14 new Reset Stats option Also per-track reset button is available now in Info/Tags dialog changes to Full Cover, Centered skin options More room for labels new Visualizations/Ignore Touch option new Background Gradient, Background Gradient Color, Background Gradient For Lists options new option in header menu/Add to Launcher for all categories Adds shortcut to launcher home screen with Play the list/Open the list/Shuffle options new Ignore Bluetooth Commands option Helps ignoring unwanted commands from headunits/BT devices immediately after a connection new Ignore Repeat/Shuffle option Disables processing for BT Repeat/Shuffle commands Queue is now reloaded immediately for Always Clear On Add + Start Playing Queue: Immediately options Settings search history optimizations for very large libraries (e.g. 50k+ tracks) New option No Reshuffle For Large Lists which is enabled by default AutoEq presets/devices database update new Settings Shortcuts in Main Menu option Adds number of recently used Settings shortcuts to the main menu, including custom skin settings hex color support in color dialogs Target SDK updated to 34 introducing 🎁 Feature Packages: the number of big and small features (user requested/voted on Poweramp forum) packed together into low priced in-app purchase a few packages per year new features added to the same package with the each new build new Full Version purchase includes feature package discount this helps with Poweramp app continued development 🎁 Feature package #1 (free in beta): support for multiple items dragging in playlists and Queue Multiple checked items are dragged as a group new Line2 Press and Line2 Long Press options new Hide Unknown Artist option Unknown Artist is hidden from track labels in Poweramp UI as possible new Animations option Navigation animations now can be faster or disabled more features for this package in the next builds
  8. @Niro777 poweramp.maxmpz@gmail.com Спасибо!
  9. The widgets are actually rendered by launcher and limited by the Android API level, so if these are unable to do proper rounded corners, all we can do is to push rounded pre-rendered bitmaps. Poweramp widgets have rounded backgrounds for older Androids, but the customizable corners are available on more recent Androids only. Btw, I checked it on Android 9 and pre-rendered customizable corners are available - though not for all possible background/style combinations.
  10. @viennesewaltz there is no such tendency, it's a human brain trying to find a pattern where it's not present. Giving more weight to a specific artist will require probably 2-3x more code and logic - that's certainly not there. The shuffle randomization excludes the recently played tracks from the start of the new shuffle session. If set to 100% it will move all recently played tracks to the end of the shuffle session (these are independently randomized).
  11. @Shubam the reverb effect is implemented by Android firmware and unfortunately it's very low quality or doesn't work properly at all on the recent Androids - it's basically unchanged from Android 2.x era. This is true for all apps which tries to use it, including Wavelet.
  12. @matejdro /folders/ uri contains only folders with the songs. I updated the /folders_hier/ documentation as it seems API doc is out of sync for it: - Hierarchy folders view content://com.maxmpz.audioplayer.data/folders_hier _id => 0 is the "root" folder, never contains files) Root folders: content://com.maxmpz.audioplayer.data/folders_hier/0/subfolders Any other sub-folders: content://com.maxmpz.audioplayer.data/folders_hier/#/subfolders Sub-folder files: content://com.maxmpz.audioplayer.data/folders_hier/#/files
  13. @heula when files are not available, player can't magically access them. And on current Androids we don't really know what's wrong, it's just no-such-file response from OS, while it can be: - device not mounted or not mounted yet - files were moved from previous location - app permissions was taken/reset - etc.
  14. @Feanor_twh you need to restore system file selection dialog. Disabling this dialog means no folders can be added - it's like removing Open File dialog from Windows. Btw legacy file access will work on your firmware, but you need to reselect folders for this mode specifically. .
  15. @sorosch while the option was added to the dev builds, no such issue happens for Android 14 at is own - it's device+ specific firmware issue (or most probably, some app interferes).
  16. @Bird333 beep means command (commands can be checked in settings -> Headset/Bluetooth ->Last processed commands). Commands come from outside Poweramp and Poweramp must comply. "No DVC for Absolute Volume" is the option which tries to detect Bluetooth Absolute Volume mode and disable DVC if it's detected. On recent Androids it does this by changing volume +/-1 step and noticing if volume actually changes. (Absolute Volume means always 100% volume "inside" Android - volume change happens on the end device only). This generally works fine on most firmwares and for most devices, but there always can be some buggy firmwares/devices and app environments (apps can interfere into bluetooth commands, for example Google assistant captures and modifies those), that is why there is those options in Poweramp.
  17. @jemenfous Hello and welcome to the forum the option is called "No DVC Headroom Gain" and it basically applies negative preamp to allow equalization in No DVC mode. Negative preamp is generally required for applying sound processing on normalized digital signal, where signal peaks already reach maximum digital value, so any direct amplification over that value is not possible (it will cause audible overloads and/or force Limiter to act, which causes rapid volume drops around loud parts of the signal). This is applied in non-DVC mode only DVC allows for more headroom (meaning we can amplify frequencies without negative preamp or overloading/limiting) float32 may work or may not work on the specific device/firmware/patch level. It's not possible to know that in advance, but you can try to enable it. It usually works on Pixel and Samsung devices, but often broken on the Chinese devices/firmwares Thanks!
  18. @CallsignN39 very high bitrate dsf may require more CPU than device provides by default in the background mode, so Poweramp (+Unlocker) should be allowed to run in background unrestricted, and optionally Audio Buffer option can be increased in Poweramp (but usually this is not required at all).
  19. @deep2077 hi, and thanks for request. What is your output device? MQA is lossy DRM format which also requires license payments, so I don't think this is going to be added. As for bit perfect playback - please see here
  20. Move multi-selected items up and down in Playlists or the Queue as a block, rather than just moving single songs [ LINK LINK ].
  21. Added the voting section here: https://forum.powerampapp.com/ideas/category/6-poweramp-player/ You can now vote for your favorite features. It's filled with the relevant not-yet-implemented requests from this topic. The section will be further polished with more useful fields and tags.
  22. Library access to users' cloud sources (e.g. playing your music from Google Drive, Dropbox, or other online locations). Technical limitations: access to such sources won't support all Poweramp Library features as it's not feasible to scan large music collection for tags over network. The access will be implemented for Folders/Folders Hierarchy/Playlist categories only.
  23. Library access to local network sources (e.g. playback of songs from home DLNA or NAS servers, SMB/FTP access, Jellyfin, Plex, etc). Technical limitations: access to such sources won't support all Poweramp Library features as it's not feasible to scan large music collection for tags over network. The access will be implemented for Folders/Folders Hierarchy/Playlist categories only.
  24. Output to other products (DLNA or UPnP devices, smart speakers such as Sonos, etc). [ LINK ] Technical limitations: may increase app size dramatically due to the bunded 3rd party output libraries
  25. Add a 'Smart' option in Replay Gain menu, so Album Gain is automatically applied when listening to Albums, but Track Gain is used when listening to All Songs, Playlists, Queue, etc.
×
×
  • Create New...