Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Recent Posts
1
Opus / Re: Help with sample rate issue
Last post by Octocontrabass -
Is it ok to:

1. Feed Opus a 20 ms frame of audio sampled at 46875;
2. Lie to it that it's actually sampled at 48000;
3. On the PC side, decode the Opus bytes as if the audio was originally 48000;
4. Use a proper resampling algorithm to actually make it 48000?
You can do that, but the encoder's psychoacoustic model assumes you've told it the correct sample rate, so it will work better the closer you get to the actual sample rate. You should use 48387 (off by 0.8%) instead of 46875 (off by 2.4%).
5
AAC - Tech / How to repair a bad Exhale xHE-AAC audio file
Last post by degarb -
Every now and then I get bad m4a files that are corrupt, but seem to be of the correct size.  Also, no sign of audio playback interruptions.

I am using Exhale for the recordings, which are typically 8 to 20 hours, more or less.

So far, only foobar2000 can play the xHE-AAC, although this is now the standard audio format for  Android and Apple.  I use it because the audio sounds better and transparent at 24 kps for the spoken word, than the grainy Opus files, which is impossible to get rid of under 32 kps.     Usually the files get corrupted if the recording session is interrupted prematurely.  But if I see 11 hours worth of mb is present in a 12 hour recording, I would rather use a tool to uncorrupt the m4a and record the final hour or 20 minutes, rather than trying again from the start.

VLC and foobar, can't convert these corrupt files.  I have tried another program called kernel, which couldn't do it.  So, I am doomed to restart the recording from the start, which can knock back another 24 hours of recording time.

As far as I know, exhale (last checked in late December), could only encode a wav of so many samples per wav, and nothing else.

7
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by iridescentaudio -
Loving the recent developments. Thanks!

Can you please tell me what do you do to have that error ? I'd like to try to reproduce it as it seems to work for me.
thanks

It's a weird one. After posting my previous message, auto-collapse was enabled and mostly functional, but I am still getting crashes.

I have recorded a video screencapturing the behaviour since it's much easier to demonstrate than try to explain, but I'll try to explain as well: the script crashes when opening specific folders directly after other specific folders (e.g. opening "Unsorted" after "Main", or "Formats" after "Stuff I'm doing" as shown in the video), then when I reload the script, the folder I previously selected to open is open as intended. Basically it's crashing but then once reloaded it's resolved, so no actual loss of function. I just can't find rhyme or reason for it. The error code given is different to what I quoted before but similar, so probably part of the same issue (and the error code stays the same regardless of which folder caused the crash):

Code: [Select]
JavaScript runtime error
Unable to get property 'pl' of undefined or null reference
File: C:\Users\Dave\AppData\Roaming\foobar2000-v2\pl_organizer\pl_organizer.js
Line: 59, Col: 3
9
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by frogworth -
That's right - and your suggestion works! Merci beaucoup  :D

The large number of playlists that I have is why I don't use the Playlist Organizer as my main switcher by the way (but it's still super useful for scanning through and showing me where I am).

With foo_plorg, when I focused on the Playlist Organizer I was able to just start typing the name of a playlist, and focus would jump progressively to the playlist, much like typing in a Windows Explorer window.
I suspect this is too hard to implement here, but it would be pretty awesome to have that capability!

Oh - and this is also why the "Sort" option for folders was so useful. I solved this by opening up pl_organizer.txt and (carefully) sorting the playlists there. So now that they're sorted in the panel, and changes will be easy enough to move into place individually.