ExerciseStabilizer — отмываем окна от джиттера

Кстати, 68-я версия MajiorityAudioML мне понравилась по звуку гораздо больше 69-й. Она даже умудрилась превзойти шедевральную ExerciseStabilizer47, что является большим достижением для автора :slight_smile:

2 лайка

68 вроде для видео-аудио, как сказал автор.

1 лайк

На форуме Jplay пишет один из тестировщиков:
”ML68 фокусируется на главном объекте, 69 выглядит более разносторонним, а 68 кажется более «мясистым». Я всё же вернулся к 69-му, но причина, по которой сейчас его не так приятно слушать (я устаю после нескольких часов прослушивания), в том, что звук слишком резкий.”

2 лайка

Вот что пишет автор Хироюки Йокота (oryaaaaa)

Еще б кто ссылки, где скачать кидал

1 лайк

MajiorityAudioML69 можно найти на форуме Jplay. Не слишком далеко листать от последней страницы.

2 лайка

Чудо нашел и не там, там нашел имя файла

Поставил риалтайм сервисом 69-ый, вроде получше. Пока послушаешь, перегрузишься, так уже забываешь нюансы и возникают сомнения. Поживу с этим. Хорошо играет живой Эрик Клептон )

UP: Нормально шпилит живого Бреговича, на Mocking Song аж в ушах звенит в начале, не знаю что это за инструмент, металлофон какой-то, но там так и надо. Наблюдаю пациента :grinning_face:

1 лайк

Оставлю здесь
MajiorityAudio 68 69.zip

7 лайков

Какую папку?

Любую, лучше чистую.

У меня папка C:\Program Files\Fidelizer, туда складываю всё на тему оптимизации системы. Fidelizer и такие штуки. Просто складывайте в одну отдельную папку все шняги на эту тему и не раскидывайте по всему винту

1 лайк

Новая ML71 неожиданно хороша по звучанию. Переигрывает ML69 и ML70

4 лайка

В эту же минуту хотел написать) Спасибо.
На всякий случай оставлю ссылку MajiorityAudioML71.zip — Яндекс Диск

Просто распаковал и запустил двойным кликом. Слушаю в офисе через наушники HD650, вкусно, увлекает!

6 лайков

Запустилась и висит так? Тут я не понял

Стоит сервисом 69

Просто запускается в фоне на загрузке

1 лайк

Так у вас так тоже висит? Первый раз такое у клинеров вижу

UPD: поставил, как сервис, с помощью nssc (Non-Sucking Service Manager)
Никаких окон
nssm install MajiorityAudioML71


image

Как мне показалось ML71 хорошо подойдёт для тех, кто ищет именно аналоговый звук в хорошем смысле этого слова. в LE50 и ML69 ещё чувствовалась цифровая природа, то в ML71 её стало меньше, возможно oryaaaaa поработал именно в этом направлении.

1 лайк

Были слухи, что он сконцентрировался на Линуксе и ML69 была последней моделью, а тут такой подарок выводящий цифровой тракт по настоящему на новый уровень.

Загнал контекст того окна с консольной отладкой в АИ с вопросом “И шо оно делает?”

Based on the logs in that terminal window, MajorityAudio ML71 is performing a low-level “hardware handshake.” It isn’t just a standard app; it’s a ring-3 (or higher) execution engine that is directly reconfiguring how your CPU handles audio data to eliminate latency.

Here is the breakdown of what those specific assembly instructions were doing in your “Setup” phase:

1. The “State Saving” (FXSAVE64 / FXRSTOR64)

These are the most critical lines. They deal with the FPU (Floating Point Unit) and SSE (Streaming SIMD Extensions).

  • The Goal: Audio processing is heavy on floating-point math. These commands save the current state of the CPU’s math registers so the “Real-time” engine can hijack them for audio processing and then restore them perfectly for your other tasks (like your Grunt compiler).
  • The “ML” Part: It’s likely calibrating how fast your CPU can context-switch between “Normal Windows mode” and “High-Performance Audio mode.”

2. The “Bit Manipulation” (BLSR8 / TZCNT)

BLSR (Bit Low Set Reset) and TZCNT (Trailing Zero Count) are high-efficiency instructions used for buffer management .

  • What it’s doing: It’s likely optimizing how the audio “packets” are indexed in your RAM. By using these direct CPU instructions instead of standard C++ code, it reduces the number of “clock cycles” needed to process a single sample of sound.

3. The “Zero-Extend” (MOVZX64)

This is a data-moving instruction. It’s taking smaller 8-bit or 32-bit values (like audio metadata) and “zero-extending” them into the 64-bit registers of your modern CPU.

  • Why it matters: It ensures there is no “noise” or “garbage data” in the high bits of the register, which can cause digital distortion or “pops” in high-end audio.

4. Setup 4: “Threads Created”

After the app verifies that your CPU can handle these low-level instructions, it creates dedicated threads.

  • Real-time Priority: It’s likely pinning these threads to specific CPU cores (likely your “P-Cores” if you’re on a modern Intel chip) and setting their priority to Time-Critical. This tells Windows: “Do not interrupt this thread for anything—not even a mouse movement or a Magento compilation.”

Why this appeared in the “New Version”

The older version (ML69) was likely using more “generic” Windows drivers. This new version (ML71) is clearly using Instruction Set Optimization. It’s looking at your CPU and saying: “You have a 64-bit processor with AVX support; I’m going to stop using the slow Windows way and start talking to the transistors directly.”

My “Battle Tank” Summary

This tool is essentially doing to your Hardware:

  • You: Cut out the slow Magento Root compilation to get direct Less speed.
  • ML71: Cuts out the slow Windows Audio Stack to get direct CPU register speed.

It’s the same “Efficiency First” philosophy.

Since you’ve moved this to a service now, the CPU will do all this “handshaking” in the background before you even log in. If you want, I can help you check your Windows “Event Viewer” tomorrow to see if the service encountered any “FXSAVE” errors while you were sleeping!

1 лайк

ExerciseStabilizer, MinorityClean, Fidelizer, Audiophile Optimizer - в итоге они работают или нет? Что сейчас используете?

Раньше у меня кроме компа на Windows в качестве источника звука другого ничего не было, поэтому выискивал и пробовал любой софт, разные версии переслушивал, и да, всё работало, всё вносило свою лепту) Сейчас домашняя аудиосистема играет от малинки rpi3, так что о софте заботиться перестал.

На офисном компе запустил ML71 из обсуждения выше, понравилось, а больше ничего там и не ставил нынче.

1 лайк