Ошибка при использовании Fluidsynth

Я установил Fluidsynth, следуя инструкциям здесь: http://sourceforge.net/apps/trac/fluidsynth/wiki/Download

... которые были просто sudo apt-get install fluidsynth

Но я получаю следующую ошибку, когда пытаюсь запустить ее и не могу получить к ней доступ через python:

$ fluidsynth
FluidSynth version 1.1.5
Copyright (C) 2000-2011 Peter Hanappe and others.
Distributed under the LGPL license.
SoundFont(R) is a registered trademark of E-mu Systems, Inc.

Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jackdmp 1.9.8
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2011 Grame.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
Cannot create thread 1 Operation not permitted
Cannot create thread 1 Operation not permitted
Cannot create thread 1 Operation not permitted
JACK server starting in realtime mode with priority 10
Cannot lock down 82246176 byte memory area (Cannot allocate memory)
control device hw:0
control device hw:0
audio_reservation_init
Acquire audio card Audio0
creating alsa driver ... hw:0|hw:0|1024|2|44100|0|0|nomon|swmeter|-|32bit
control device hw:0
configuring for 44100Hz, period = 1024 frames (23.2 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 32bit integer little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer little-endian
ALSA: use 2 periods for playback
Cannot use real-time scheduling (RR/10)(1: Operation not permitted)
AcquireSelfRealTime error
Cannot lock down 82246176 byte memory area (Cannot allocate memory)
Cannot use real-time scheduling (RR/5)(1: Operation not permitted)
JackClient::AcquireSelfRealTime error
Type 'help' for help topics.
0
задан 17 November 2013 в 01:03

1 ответ

Разрешение в режиме реального времени позволило бы Джеку настроить себя для более высокого приоритета планирования и предотвратить обмен своей памятью. Тем не менее, Джек также работает без этих настроек.

Если вы хотите просто воспроизвести, вы должны настроить Fluidsynth для использования ALSA.

0
ответ дан 17 November 2013 в 01:03

Другие вопросы по тегам:

Похожие вопросы: