|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
DBC warnings with ecasound v2.7.0+dev-20091011Hello all!
I got the following warnings, I know, that they are not deadly, but I think they aren't there just for fun. So I hope this can help in improving stability and the like. ============================================================================= 1 Master -- mon MON -- -- 100 50 2 Mixdown -- mon OFF -- -- 100 50 3 piano 1 rec MON [5] -- 100 50 [ live input disabled, playback ] Warning: type DBC_CHECK soft-assert 'is_prepared() != true' failed at -> audioio-device.cpp:38 [(null)] Warning: type DBC_CHECK soft-assert 'shutdown_request_rep != true' failed at -> audioio_jack_manager.cpp:1546 [void AUDIO_IO_JACK_MANAGER::open(int)] I got these warnings while readying the engine using neteci and the following chainsetup: Setup.ecs; # ecasound chainsetup file # general -b:64 -z:mixmode,sum # audio inputs -a:1 -i:loop,Master_in -a:3 -i:/home/songs/long/nama/test/.wav/piano_1.wav -a:4,5 -i:loop,piano_insert -a:6 -f:f32_le,2,48000 -i:jack,jconv # post-input processing -a:3 -chcopy:1,2 # pre-output processing # audio outputs -a:1 -f:f32_le,10,48000 -o:jack,system -a:3 -o:loop,piano_insert -a:5 -f:f32_le,2,48000 -o:jack,jconv -a:6,4 -o:loop,Master_in This didn't happen without the additional chains for the jconv-insert. that setup should have looked like this: Old Setup.ecs: # ecasound chainsetup file # general -b:64 -z:mixmode,sum # audio inputs -a:1 -i:loop,Master_in -a:3 -i:/home/songs/long/nama/test/.wav/piano_1.wav # post-input processing -a:3 -chcopy:1,2 # pre-output processing # audio outputs -a:1 -f:f32_le,10,48000 -o:jack,system -a:3 -o:loop,Master_in If there's more, that I can do to hlep here, just let me know. I'm running all these setups from Nama. Kindest regards Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: ======== http://ltsb.sourceforge.net the Linux TextBased Studio guide ======= AND MY PERSONAL PAGES AT: ======= http://www.juliencoder.de ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Ecasound-list mailing list Ecasound-list@... https://lists.sourceforge.net/lists/listinfo/ecasound-list |
|
|
Re: DBC warnings with ecasound v2.7.0+dev-20091011On Mon, Oct 26, 2009 at 09:12:36PM +0100, Julien Claassen wrote:
> Hello all! > I got the following warnings, I know, that they are not deadly, but I think > they aren't there just for fun. So I hope this can help in improving stability > and the like. > > Warning: type DBC_CHECK soft-assert 'is_prepared() != true' failed at > -> audioio-device.cpp:38 [(null)] > Warning: type DBC_CHECK soft-assert 'shutdown_request_rep != true' failed at > -> audioio_jack_manager.cpp:1546 [void AUDIO_IO_JACK_MANAGER::open(int)] I get similar warnings using Ecasound version 2.6.0+pre via Net-ECI Warning: DBC_CHECK failed - "is_prepared() != true", audioio-device.cpp, 38. Warning: DBC_CHECK failed - "is_prepared() != true", audioio-device.cpp, 38. Warning: DBC_CHECK failed - "shutdown_request_rep != true", audioio_jack_manager.cpp, 1534. Here is the setup, as stored by cs-save. # general -b:1024 -r:50 -z:nointbuf -z:db,100000 -n:"/otherroot/home/jroth/nama/untitled/Setup.ecs" -X -z:noxruns -z:psr -z:mixmode,sum # audio inputs -a:1 -f:f32_le,2,44100 -i:loop,Master_in -a:3,R3 -f:f32_le,2,44100 -i:jack_multi,system:capture_1,, # audio outputs -a:1 -f:f32_le,2,44100 -o:jack,system, -a:3 -f:f32_le,2,44100 -o:loop,Master_in -a:R3 -f:s16_le,1,44100 -o:/otherroot/home/jroth/nama/untitled/.wav/brass_21.wav, # chain operators and controllers -a:1 -epp:50.00 -ea:100.00 -a:3 -chcopy:1.00,2.00 -epp:50.00 -ea:100.00 Also, I notice there are a lot of format statements that aren't in my original setup (below), probably some defaults whose influence I should consider. # general -B auto -r -z:mixmode,sum -z:psr # audio inputs -a:1 -i:loop,Master_in -a:3,R3 -i:jack_multi,system:capture_1 # post-input processing -a:3 -chcopy:1,2 # pre-output processing -a:R3 -f:s16_le,1,44100,i # audio outputs -a:1 -f:f32_le,2,44100 -o:jack,system -a:3 -o:loop,Master_in -a:R3 -f:s16_le,1,44100,i -o:/otherroot/home/jroth/nama/untitled/.wav/brass_21.wav Regards, Joel -- Joel Roth ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Ecasound-list mailing list Ecasound-list@... https://lists.sourceforge.net/lists/listinfo/ecasound-list |
| Free embeddable forum powered by Nabble | Forum Help |