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
Uploads / FLAC (subset) file that ffmpeg (7.0, Windows) cannot decode
Last post by Porcus -
sox -b 24 -c 6 -r 96000 -n whitenoise.wav synth 1 whitenoise
flac whitenoise.wav --channel-map=none -b16384

Code: [Select]
ffmpeg version 7.0-essentials_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
  built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband
  libavutil      59.  8.100 / 59.  8.100
  libavcodec     61.  3.100 / 61.  3.100
  libavformat    61.  1.100 / 61.  1.100
  libavdevice    61.  1.100 / 61.  1.100
  libavfilter    10.  1.100 / 10.  1.100
  libswscale      8.  1.100 /  8.  1.100
  libswresample   5.  1.100 /  5.  1.100
  libpostproc    58.  1.100 / 58.  1.100
Input #0, flac, from 'whitenoise.flac':
  Duration: 00:00:01.00, bitrate: 13891 kb/s
  Stream #0:0: Audio: flac, 96000 Hz, 5.1, s32 (24 bit)
Stream mapping:
  Stream #0:0 -> #0:0 (flac (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
[aost#0:0/pcm_s16le @ 00000209af0e2c80] No filtered frames for output stream, trying to initialize anyway.
Output #0, wav, to 'out.wav':
  Metadata:
    ISFT            : Lavf61.1.100
  Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 96000 Hz, 5.1, s16, 9216 kb/s
      Metadata:
        encoder         : Lavc61.3.100 pcm_s16le
[out#0/wav @ 00000209af0e8e40] video:0KiB audio:0KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: unknown
[out#0/wav @ 00000209af0e8e40] Output file is empty, nothing was encoded(check -ss / -t / -frames parameters if used)
size=       0KiB time=N/A bitrate=N/A speed=N/A
3
General Audio / Re: Can lossy high resolution outperform lossless at standard resolution?
Last post by .halverhahn -
If I summarize:
At the moment, the possible formats of choice are:
  • FLAC: resampled to 48000 and 20 bit = 1000 kbps. Not bad. A few improvements over Red Book (+4000 Hz, +4bit) and decent bitrate. No fear of artifact or noise
  • FLAC: resampled to 54000 and 19 bit = 1000 kbps. Not bad either (+10.000Hz and +3bit over RedBook).
  • FLAC: resampled to 54000 and 18 bit = 900 kbps. (+10.000Hz and +2bit over RedBook).
Slight misscalculation in your table: 54kHz Samplingrate = 27kHz bandwidth = +5000 Hz over RedBook

I woulnd't use odd non standard samplingrates. There is a quite big chance that your sound-hardware isn't supporting it.
To test it for support, set foobar output to exclusive mode.
To playback odd rates additional resampling is required by the player or OS.

Quote from: guruboolez
I tried then 60000 Hz, 58000 Hz, 56000 Hz, 52000 Hz => output file is always 192.000 Khz. Is it a bug or a feature? Probably a bug.
By default Foobar is set to Windows "Primary Sound Driver", the "Primary Sound Driver" is resampling it to the standard samplingrate you're set up in your Windows sound settings.

Quote
  • Keeping 192.000 Hz is a total waste of space: no information but noise on all recordings I tried (and most of them are modern and state-of-the-art recordings from the last three years
  • 96.000 Hz is from an perceptual point of view the same waste, but from a technical point of view the upper frequencies contains real information (but of course not audible)
As you paid a Premium for your 24/192 Files, I would go to 24/96 or 20/96 to save space and to be still in the area of peace of mind.  ;)
5
Support - (fb2k) / Re: Playlists Get Zero'd Out After a Library Search
Last post by Case -
Sorry, I should have tested with a new portable install. In my main foobar2000 install I have configured Ctrl+Z as a keyboard shortcut for the main Undo function so I get foobar's undo no matter what dialog I have open. Default behavior seems to be that hitting Ctrl+Z in the Library Search input field brings back previous query.

Enter wiping the previously active playlist with Library Viewer Selection enabled is definitely a bug.
7
3rd Party Plugins - (fb2k) / Re: Playlist-Manager-SMP
Last post by Koshingg -
I mention this just in case that it matters, I just noticed, it seems the smart playlist had the same name that another playlist present in the query....2 playlists of different types with the same name. So the playlist in the query wasn't referencing itself, I think , no? Pics with the properties panel:
8
Opus / Re: Opus decoding complexity
Last post by Klymins -
@Heliologue Complexity is primarily speed and secondarily required RAM amount for me, and these results are already gave me an idea: Opus is not a hero. By the way, which foobar2000 component gives these results? Thank you.
10
Support - (fb2k) / Re: Foobar 2.1.4 Crash
Last post by Case -
Error with SQLite again. I assume you still have foobar2000 stored on the N: drive that is a NAS device of some sort. SQLite's documentation mentions multiple possible problems with having the database on a network drive, reliability can't be guaranteed.
Older foobar2000 versions prior to 2.0 did not use SQLite databases and they only wrote configuration to the disk once at the end. Since 2.0 configuration, media library and related metadata are all SQLite backed and the files are always kept up-to-date.
Move your foobar2000 away from the network drive and try again.