foobar2000 1.1.7 + плагины + сборка, Opus Audio Tools 0.1.5, MPZ, QAAC 1.46, refalac 0.57, новые статьи...
Дата обновления: 24 Ноября 2012
2012-11-24T14:09
2012-11-24T14:09
Audiophile's Software
Здравствуйте, уважаемые посетители! Наконец выкроил время для написания новостного блока. В этой жизни хочется успевать всё, но, увы, время не резиновое. Тем не менее, сайт Audiophile's Software продолжает обновляться. Ниже представлен список обновлений за осень.
Программы
update:foobar2000 1.1.17 — последние версии включают многочисленные исправления, в т.ч. улучшенную совместимость с Windows 8. Также для 1.1.5 упоминается какой-то твик конвертера, связанный с многоядерной обработкой. Также, теперь конвертер можно использовать для преобразования таких источников, как онлайн радио.
1.1.17
*Converter works on non-seekable sources again, such as Internet streams.
*Fixed rare crash bug with ?full file buffering?.
*Fixed oscilloscope inversion bug
*Improved media library relative path handling in portable installs.
*Ctrl+A now works in generic text popup dialogs (popup_message API).
*Crash reporting improvements for hopefully more meaningful data about deadlocks.
*Updated zlib to 1.2.7.
1.1.16
*Worked around playback/output preferences crash on Windows 2003.
*ID3v2 tagging compatibility improvements:
*Non-compliant ID3v2.3 TYER allowed by default since various other popular software does it.
*Option to write ?rating? as TXXX for the few people who want it.
*Fixed properties dialog field copy/paste inconsistency when copying specific fields from single to multiple files.
*ReplayGain scanner: added additional warnings when trying to scan a very large group of tracks as a single album.
*ReplayGain scanner: addressed extreme memory usage when scanning a large group of tracks as a single album.
*Cleaned up embedded cuesheet handling code.
*Faster FLAC tag updates when full file rewrite is necessary.
*Sanitized FLAC tag updating behaviors in low-memory conditions.
*The File Operations component now be used to create links to files, in addition to copying/renaming/moving (beta 2).
*Improved album art loading performance with huge libraries and complicated lookup patterns (beta 2).
1.1.15
*Added basic MusicBrainz tagging capability to the audio CD ripper.
CD ripper can now look up CD information automatically each time a new CD is about to be ripped.
*Worked-around shell integration incompatibility with Windows 8.
*Converter performance tweaks for multi-core encoding (beta 2).
*Resolved incompatibility with Matroska files processed with mkvclean (beta 2).
*ID3v2: ?rating? tags now compatible with Windows Media Player (beta 2).
*Resolved Converter incompatibility with new Opus encoder (beta 2).
*Worked-around drag&drop incompatibility with Windows explorer read-only optical media (final).
*Added an advanced preferences option to minimize the app on [x] close (final).
*Worked-around NSIS installer incompatibility with Windows 8 address space layout randomization (final).
1.1.14: обновлены плагины и кодеры, обновлен iZotope Ozone, добавлен кодер Opus.
1.1.15: обновлены плагины, кодеры Opus, QAAC и refalac, обновлен MP3Packer.
1.1.16: обновлены плагины, кодеры QAAC и refalac, добавлена упаковка и декодирование MPZ, исправлены мелкие недочеты.
1.1.16r2: обновлен плагин Super Audio CD Decoder, кодеры QAAC и refalac, устранена зависимость QAAC от библиотек MSVC80.
1.1.17: обновлены плагины. Исправлена потенциальная ошибка работы fooCDTect.
add:MPZ (MP3 Zip) - интереснейшая утилита, позволяющая сжимать (и распаковывать) MP3 файлы в специальные архивы *.mpz. Принцип работы основан на несовершенстве математического сжатия с использованием таблиц Хаффмана (которое выполняется при кодировании MP3). На некоторых треках утилита дает степень сжатия < 70 % (экономия более 30 % дискового пространства). В отличие от SoundSlimmer'а (основанного на этом же алгоритме), данная консольная программа не требует регистрации! Привязывается к foobar2000 через foo_run.
This is a third release candidate for the upcoming 1.0.1 release. This release includes documentation fixes, portability improvements, and build file fixes, including a generic Makefile.unix.
Release Candidates for Opus 1.0.0 and 1.0.1
8 August, 2012
Release candidates for the upcoming 1.0.0 and 1.0.1 releases are now available. Expect the final 1.0.0 release in the next few weeks along with the final Opus RFC. Version 1.0.1 will be released at the same time and includes minor fixes that did not make it to the RFC. Source code is available from the downloads page.
release 1.46
Fixed a regression on 1.45: due to a subttle bug in option parsing code, --concat-cuesheet and --native-resampler were misinterpreted and not working.
Automatic RF64 output on -D (wav output), when file size is unknown or larger than 4G, and output is not connected to a pipe.
In these cases, at first "JUNK" chunk is written to where ds64 chunk goes, and if the file is actually beyond 4G limit at the end of writing, it is rewritten to ds64 chunk. Therefore, if it was actually smaller than 4G, JUNK chunk remains before "fmt " chunk. This is completely valid and legal in RIFF/WAV spec, but some software might get confused when seeing this.
Slight improvement on channel mapping code.
Additional search to mingw DLLs (libFLAC-8.dll and libwavpack-1.dll) When official win32 binaries are not found, these names are also searched.
release 1.45
Add --tag and --long-tag option as generic ways to set tags.
--genre is now translated into "gnre" atom with a ID3v1 genre number if possible.
Replaced libsoxrate.dll binary (for 32bit) to mingw compiled version (--rate runs 10% or so faster in my environment). This is ABI compatible and source code is not changed, so you can use older one. However, due to the nature of floating point math, the resulting data won't be bit-identical between the two binary.
About new tagging options
--tag :
writes iTunes defined tag specified by four-char-code. For details of four-char-code, read mp4v2 document. For example, the following:
--tag "soar:suzanne vega"
will put "Sort Artist" tag.
Some tags such as stik or sfID have value of ID numbers. You can set these tags by explicitly giving the number, or corresponding string name. In the case of sfID (country code of iTMS), you can use country name or ISO 3166-1 alpha-3 Code described on the mp4v2 document.
Alternatively,
--long-tag :
can be used for arbitrary custom tag.
release 1.44
posted Oct 19, 2012 3:36 AM by nu 774
Fix type_code of iTunSMPB tag data (was using 0, and should be 1). Explained later.
Write up-sampled rate of HE-AAC to moov.trak.mdia.minf.stbl.stsd.mp4a box. This won't affect anything seriously (especially playback). Before this modification, down-sampled rate was written. This modification was done just to imitate the output of iTunes.
Better support on input files whose bit depth are not multiple of 8.
Removed raw printf() message in Apple reference ALAC library, which is a bad design as a library, generally speaking.
First issue is important for those who are using iTunes or iSomething and not using foobar2000. It turned out that:
iTunes doesn't read iTunSMPB with typecode 0. So, gapless playback doesn't work.
foobar2000 fixes typecode of iTunSMPB to 1 when it edits tags. Therefore, if you are encoding via fb2k GUI, or edit tags with fb2k (scan replaygain or something), your files are already get fixed.
There might be other softwares which do the same as foobar2000, but I don't know (not investigated). I wrote a program named fixiTunSMPB (it's on cabinet page) to scan m4a and fix the problem. In order to just check if your file needs fix, try something like the following:
fixiTunSMPB -d -p"*.m4a" "path to your music folder"
This will print the number of files which needs fix like "fix: 10 skip: 20", which means that 10 files needs to be fixed. Alternatively, the following:
fixiTunSMPB -d -v -p"*.m4a" "path to your music folder"
will print with each file names (so output message will be quite long, but you can know which files are exactly affected)
If you actually want to fix it, remove "-d" switch from the command line. But before doing so, it's strongly recommend to make a backup of your scanning folder. Alternatively, of course you can simply install fb2k and let it fix the files (by scanning replaygain or something
release 1.43
Fixed passband of --rate (sample rate converter of libsoxrate). Regression on 1.40. Default passband was not properly set, and resulted in audibly muffled sound when you do --rate=32000 or something.
Modified transition band width of --lowpass (was unnecessarily small).
Support CAF tag reading (qaac only).
release 1.42
MP4 container minor fix: added "isom" to compatible brands.
release 1.41
Handle format change of ALAC magic cookie on CoreAudioToolbox 7.9.8.1 (shipped with iTunes 10.7.0.21). "qaac -A" didn't work with the new CoreAudioToolbox. qaac 1.41 automatically takes care of both old and new format.
Updated taglib to version 1.8.
release 1.40
Update libsoxrate to 0.30 (merged update on rate effect of SoX: Speed up on down sampling).
Due to ABI change on libsoxrate.dll, new qaac/refalac is incompatible with older libsoxrate.dll versions.
В последней своей новости я писал, что перехожу на данную ОС (т.к. предположил, что она должна быть не хуже Windows 7). Однако, повозившись с Windows 8 несколько дней, я понял, что она собой представляет в действительности — Windows 7 с убитым дизайном и множеством ненужного функционала, связанного с интеграцией сетевого магазина, синхронизацией учетных записей и т.п. Откровенно разочаровало новое меню Пуск (явно рассчитанное на планшетники, но не на десктопы!), отсутствие прозрачности окон, примитивнейший дизайн (похоже, мы возвращаемся к классическому дизайну Windows 98). Да, и вконец добило меня отсутствие драйверов под мой лазерный принтер (один из самых распространенных ч/б). Драйвера для Seven стали, но устройство, при попытке доступа к нему, вешало любое приложение. Более того — драйвера даже не удалялись.
В общем, поставив эту ОС, ничего, кроме проблем, я не нажил. Пришлось вернуться на родимую Seven. Тем не менее, как вы уже заметили, я успел таки обновить парочку статей. Но это чисто формальности. Так как аудио подсистема в этой ОС ничем не отличается от той, что имеется в Vista и Seven.
Такие дела. Чтобы не заканчивать новость на этой печальной ноте, дам ссылки на очень интересные слуховые тесты:
Adaptive pitch test — тест на музыкальный слух, т.е. на способность воспринимать минимальные отклонения тональности (частоты). Кстати, собственный результат меня поразил — 0.16875 Гц — лучше, чем у 99.7 % тестируемых. Впрочем, повторить его мне не удалось. Tonedeaf test — тест на музыкальную память и слух. Проигрывается короткая музыкальная фраза, за ней - следующая. Вам надо определить, были они идентичными, или же отличались. Rhytmn test — тест на музыкальную память и чувство ритма. Проигрываются подряд две ритмичных музыкальных фразы, опять же надо определить, имели ли место различия.
Желаю всем удачи и хорошего настроения! Пока!
Комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи. [
Регистрация | Вход ]