Jump to content

maxmp

Moderators
  • Posts

    5,328
  • Joined

  • Last visited

Community Answers

  1. maxmp's post in App Crash When Adjusting the Volume was marked as the answer   
    @Loweaul Thanks for the log. Yes, the log shows the crash in android native audio track API during setVolume. This is some kind of firmware customization/issue, which is very hard to track/fix in the app (as it's very OEM/firmware specific), but hopefully I will occasionally get similar ROM on my Motorolas, or may be firmware update fixes this first.

    In the meantime I would recommend trying other outputs, such as AAudio which (on the recent Androids) is on-par with Hi-Res output in
    terms of hi-res support.
     
  2. maxmp's post in Radio stream can't be resumed was marked as the answer   
    @Nine Rogers this is fixed in the next beta, thanks for the report.
  3. maxmp's post in Album Categorizing Case Sensitivity was marked as the answer   
    @Loweaul the category name is based on the first track scanned for that category. Meaning, if you have two tracks with album "Great Hits" and "great hits", and "Great Hits" is scanned first, the album name stays as "Great Hits". It's case insensitive.
    If you really want to change that, you may want to unselect appropriate Music Folders with that album ("Great Hits" and "great hits"), save that, and then check folder with the wanted album name ("great hits"), save and then check all previously unchecked folders - but this may not worth the effort.
    Also, I guess, this can be improved when tag mass editing is added (this is planned) - there will be an option to rename the category as well.
  4. maxmp's post in I can't install Poweramp on my new Phone was marked as the answer   
    @iHMahmoodi you can't rename Poweramp package name.
    The best approach here, I think, would be contacting the backup software support / or appropriate backup app forums as this issue probably happened for other users and probably there is a solution.
    Also, "adb uninstall com.maxmpz.audioplayer" should also work, if you have adb setup available.
  5. maxmp's post in failed:Hi-Res output was marked as the answer   
    @akiki your device doesn't seem to support Hi-Res - either at all or the way Poweramp engages it. You can try few steps, such as disabling DVC, AAudio output, or AudioTrack output and try to set Sample Rate/Sample Format parameters, but again, if devices doesn't support Hi-Res it won't help. Thanks!
  6. maxmp's post in Poweramp needs to make beautiful Android Auto was marked as the answer   
    @Sam Darabi thanks for the request, I'll try to polish this (by adding the icons or changing the top library view to a list).
  7. maxmp's post in How do Poweramp accessing files while Android restricts apps from using files directly? was marked as the answer   
    @Rayraychen Android doesn't restrict from accessing files in general, it may disallow certain types of file IO on some folders/storages/directories (sometime in a weird way) - similar to other OSes. It's quite documented, e.g. https://developer.android.com/guide/topics/data
     
  8. maxmp's post in Question/Request - Exact Frequency Visualizer was marked as the answer   
    Do you mean frequencies you use for bands? Something close can be possible, but it can’t match it accurately as resolution of audio data android provides for the visualization is very low (esp. around basses), and also the visualization is heavily pre-multiplied to a specific set of coefficients so it looks better and more even. If we’ll pass a raw data to visualizer, we’ll always have few bass bands on almost max, and other frequencies barely moving. This is because typical music has the most energy in low frequencies.
  9. maxmp's post in When importing presets and using AutoEQ, Low Shelf and High Shelf Filters are handed not correct. was marked as the answer   
    @kanadezx OK, this is due to the recent AutoEq change to support LS/HS type of filters. Poweramp doesn't support full Equalizer APO format used for this kind of presets, instead only the AutoEq subset is supported. I'll add support for this kind of filters to the next build. Thanks!
  10. maxmp's post in Frequency Adjustments and Tone Q Adjustments was marked as the answer   
    @Rage Gaming the bass/treble tone parameters are specific to the function of the knobs - it's a tone and either bass (low frequencies) or treble (high frequencies). These tweaks allow some adjustments, but do not change the purpose of the tone knobs. It's not the parametric bands. If you want to completely (re)configure those bands, switch equalizer to parametric mode and just add 2 bands and configure as needed.
  11. maxmp's post in No me detecta la compra was marked as the answer   
    @Iván Valdovinos unfortunately we can't support payment issues on public forum - please write to poweramp.maxmpz@gmail.com.
    In your case there is no purchase for Equalizer Premium on the account selected in the Play app. Thanks!
  12. maxmp's post in Bluetooth Problems Since Version 945 was marked as the answer   
    @w3wilkes ok please try this build 
     
  13. maxmp's post in Material You icon not triggering was marked as the answer   
    @Xav1403 there is no material u icon for Equalizer in the stable build, but it’s already implemented in the dev. builds and it will be available in the next beta builds as well.
  14. maxmp's post in After rescanning my files some files started showing like this and not playing. was marked as the answer   
    @Joessics Poweramp wasn't able to scan this file (no access, no file at the stored location, broken sd card block, Poweramp was killed during scan of this file, etc.). Please note that Poweramp won't rescan files if file is not marked as modified or Poweramp "Full Rescan" was explicitly used by user, so once scanned file can't turn to non-scanned like this flac on your screenshot.
  15. maxmp's post in Display lyrics from UNSYNCEDLYRICS tag instead of vorbis LYRICS tag was marked as the answer   
    @Cyber Pixel
    These are shown OK in build-957 (intermediate dev build). I don't see any "eng|" prefixes. You can get it from here:
    https://forum.powerampapp.com/topic/25966-957/
  16. maxmp's post in Replay Gain Album Tag does not show up / is not used was marked as the answer   
    @andrewilley thanks! This will be fixed in the next beta builds.
  17. maxmp's post in Poweramp Equalizer not working with Symfonium was marked as the answer   
    @averagemusicenjoyer Symfonium works out of box (all default settings) with Equalizer, but I guess some options, like hi-res may have issues - but this is very firmware/device dependent (some devices are fine equalizing hi-res, some are not, some will report hi-res and proceed with standard definition audio + equalization, etc). Equalizer won't properly work if you activate Symfonium built in dsp/processing engine.
  18. maxmp's post in Artist rating was marked as the answer   
    It's possible, but it will be only stored in the Poweramp database (and in the exported data).
  19. maxmp's post in Monitor events when Poweramp goes to the foreground and back to the background was marked as the answer   
    @KzDog for Poweramp builds 95x you may want to look into this API: https://github.com/maxmpz/powerampapi/tree/master/poweramp_lyrics_plugin_example
    Thanks!
  20. maxmp's post in Music streaming from Onedrive/cloud services was marked as the answer   
    @LaRusso some plans are there, but it seems there will be a lot of limitations if it's just added to Poweramp:
    - you can't really mass scan tags for your tracks on remote cloud as for large collections it may take hours and lot of traffic
    - it will be only accessible via Folders/Folders Hierarchy category, won't be available in tag based Library categories, such as Albums/Genres/etc.
    - it won't show title/album/artist in lists properly, only filenames
    - it can be sorted only by file name
    - shuffle won't work the way it works for other categories (as we don't have list of all tracks in cloud, only in the current folder)
    - many other issues and inconveniences looking like bugs
    The blocker here is that all these limitations make experience really mediocre and I guess may cause more issues and questions from users, which will not be able to understand difference between limited cloud sources and full featured local sources.
    I guess a completely new cloud player app based on Poweramp will be better here. Thanks for the request!
  21. maxmp's post in Poweramp doesn't recognize unsynced lyrics was marked as the answer   
    @elucid8 I added support for plain text lyrics with .lrc extension to build 956. LRC is a specific format which looks like human readable text, it’s not just a plain text.
  22. maxmp's post in Can we have spatial audio support ? was marked as the answer   
    Android 14 beta has outputs marked as spatial audio so support is there. And this is for video/audio chats/etc. But I don't believe this has any usage for hi quality music content, as it changes your stereo perspective and audio is reprocessed a lot (delays/reverbrations added, etc.) just to make audio "go" from your device?
  23. maxmp's post in Support for '.lrc' ms sync was marked as the answer   
    @Luucas I added this to TODO, but the next 2 major updates are pretty much feature packed already, so I can't say when this will be available. Thanks for the request!
  24. maxmp's post in Playback briefly pauses when adjusting volume was marked as the answer   
    Try to disable DVC. If it helps - your firmware delays volume events when sending to apps, and you hear that delay during volume changes (it’s not a pause).
  25. maxmp's post in Access Spotify was marked as the answer   
    @Bobby Bobby Spotify TOS doesn't allow that, but Poweramp Equalizer app can handle and process Spotify audio, if you want to get sound similar to Poweramp. Thanks!
×
×
  • Create New...