Latest WACUP public preview for x86 & x64 is build #20202 (September 28th 2024) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #20686 (December 23rd 2024) (x86 & x64 changelogs)


NOTE: Beta testers are added in a limited & subjective manner as I can only support so many people as part of the beta test program to keep it useful for my needs.

Unless I think you're going to be helpful, not all requests will be accepted but might still be later on. Remember that beta testing is to help me & the limitations currently works for my needs for this project.

Author Topic: Unable to rewind, pause playback of AAC files (Version: 1.99.22.20202)  (Read 438 times)

dethtroll

  • Newbie
  • *
  • Posts: 3
    • View Profile
Hello!

On my computer, in the current version (1.99.22.20202), when playing AAC files, the rewind and pause buttons/hotkeys stop working after updating WACUP during PC reboot. I rarely reboot my computer and haven't updated WACUP for a long time, so I can't say which version this problem appeared on. As a temporary measure, I plan to downgrade the WACUP version somehow.

Thanks for reading!

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 4814
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: Unable to rewind, pause playback of AAC files (Version: 1.99.22.20202)
« Reply #1 on: December 11, 2024, 05:33:33 PM »
As part of me moving WACUP away from re-using the handful of the remaining plug-ins from 5.666 to do playback, etc there's been an overall swapping over to WACUP native versions & raw AAC playback was one of those which happened earlier this year.

Seeking in raw AAC is something I've still to implement (which'll have to be a crude brute forcing since such files aren't really designed for nice seeking like AAC in an MP4 container) though pausing should be working. You could try setting AAC back into the in_mp3 config but I can't guarantee that'll work due to other things in my core that control which input plug-in is going to be used for various file formats.

dethtroll

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Unable to rewind, pause playback of AAC files (Version: 1.99.22.20202)
« Reply #2 on: December 12, 2024, 07:51:06 AM »
Ok, I understand. Good luck with the implementation

And could you tell if there is a way to just install the previous version? I searched the Changelogs page, but there are no links to previous versions. I tried to substitute the version number in the link to the current build, but this method did not work either :)

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 4814
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: Unable to rewind, pause playback of AAC files (Version: 1.99.22.20202)
« Reply #3 on: December 12, 2024, 08:40:37 AM »
The changelog pages don't link to the builds as those are mostly the beta to beta build changelogs & I don't openly provide them (even though the preview builds are just public beta builds).

The preview download page has links back to prior preview builds & those for now still have old build links.

Also you've referenced the x64 preview build & that can't do my in_mp3 suggestion as it's pure wacup & cannot load any winamp plug-ins since it can't use x86 / 32-bit dlls.

dethtroll

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Unable to rewind, pause playback of AAC files (Version: 1.99.22.20202)
« Reply #4 on: December 12, 2024, 12:15:09 PM »
Thanks a lot!
I figured out the structure of the preview build pages. I will try to install the previous versions for now.

To be honest, I did not understand how to use the in_mp3 configuration. As far as I understood, this is the name of a dll library, and it should be configured in a special way to play AAC files. I searched on Google how to do this, but I did not find where to apply this setting.


Actually while I was writing this message I was looking in Preferences window for a proper way to configure the in_mp3 library and found Plug-ins section, and then the in_mp3 plugin in it. So I added ACC to the list of file associations, and now seek/pause in ACC files works fine. On build 1.99.22.20202 without downgrading.

Thanks again for your help!
« Last Edit: December 12, 2024, 01:09:48 PM by dethtroll »

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 4814
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: Unable to rewind, pause playback of AAC files (Version: 1.99.22.20202)
« Reply #5 on: December 12, 2024, 09:37:46 PM »
That's good to know & saves me testing things tomorrow if it's working ok for you with the in_mp3 suggestion.

When in_mp3 is finally dropped I should have gotten my handling to be equivalent for local AAC & you shouldn't notice a difference 🤞 Though I still think it's better if possible to get them into a container format like MP4.