Fedora 14 переходит с jack
на jack2
, ранее называвшийся jackdmp
. jack2
предлагает множество улучшений по сравнению с предыдущими версиями, имеющимися в Fedora. Программы, которые в настоящее время поддерживают jack
, могут воспользоваться преимуществами этих улучшений без изменений.
jack2
использует преимущества многопроцессорных и многоядерных систем. Результатом является меньшее число сбоев звука, когда работает более одной программы с поддержкой jack
.
Теперь можно изменять подключения, не прерывая аудио поток. Это означает, что не нужно останавливать запись или воспроизведение для того, чтобы изменить соединения ваших программ друг с другом.
Включение "Асинхронно" предотвращает слышимые сбои звука. Если программа вовремя не предоставляет порцию, jack2
автоматически повторяет предыдущую порцию. Старый jack
-сервер выдал бы слышимый сбой, но в случае jack2
, вы, вероятно, даже не услышите отсутствующую порцию.
Можно в одной системе использовать jack2
и PulseAudio
. Когда сервер jack
запускается, он автоматически забирает управление звуковым оборудованием у PulseAudio
. Когда сервер jack
останавливается, он автоматически возвращает PulseAudio
управление звуковым оборудованием. Теперь больше не стоит удалять PulseAudio
.
Переход на jack2
является еще одним примером скрытых улучшений, являющихся частью Fedora 14.
5.4.2. Руководство для музыкантов
Created as a Fedora Summer Coding project, the Fedora Musicians' Guide is released for the first time with Fedora 14. The Musicians' Guide shows you how to use several popular audio and music applications available in Fedora, and it explains some basic concepts you need to know when using audio software on any computer.
Each application has a tutorial, designed to show a typical use of the application by creating an actual musical project. In the Ardour tutorial, for example, you learn how to mix and master a recording of a real song. In the Qtractor tutorial, you learn how to create a MIDI-based accompaniment for a recording of a Beethoven piano sonata.
More advanced users - especially programmers who wish to create music - will appreciate the detailed coverage of SuperCollider, a programming language designed for audio synthesis. The tutorial shows you how to create a piece of music, from inspiration to completion. There is also a section explaining the syntax and usage of many language features, designed to be used as an introduction to SuperCollider, and as a reference while you program. Combined with the extensive documentation available from the developers, the Musicians' Guide chapter help to make SuperCollider on Fedora easier than ever!
All musicians who want to improve their skills will want to use the ear-training application Solfege. Solfege offers a wide variety of exercises, from hearing and singing intervals and chords, to taking dictation of a series of chords, or even detecting a tuning discrepancy between pitches. Whether you want to build your aural skills for the first time or just want help in maintaining them, Solfege can help you.
Qsynth is a graphical front-end for the FluidSynth software-based MIDI synthesizer. Qsynth lets you take advantage of the full capabilities of FluidSynth more easily. You can change all aspects of a FluidSynth setup, and even run multiple instances of the FluidSynth synthesizer, from within one Qsynth window.