search for: vad_test

Displaying 4 results from an estimated 4 matches for "vad_test".

2004 Aug 06
2
preprocessor performance (was Re: Memory leak in denoiser + a few questions)
Jean-Marc Valin wrote: >If you set the denoiser to "on" and the VAD to "off", what difference >does it make in CPU time? > <p>Same program, running on Athlon XP 1700+: Test 1, using VAD, but AGC, denoise off: tevek@canarsie:~/work/hms/app_conference $ time ./vad_test /tmp/demo-instruct.sw 5 reading from /tmp/demo-instruct.sw, repeating 5 times read 537760 samples beginning pass beginning pass beginning pass beginning pass beginning pass done. real 0m4.970s user 0m4.628s sys...
2004 Aug 06
0
preprocessor performance (was Re: Memory leak in denoiser + a few questions)
...et the denoiser to "on" and the VAD to "off", what difference > >does it make in CPU time? > > > > > Same program, running on Athlon XP 1700+: > > Test 1, using VAD, but AGC, denoise off: > > stevek@canarsie:~/work/hms/app_conference $ time ./vad_test > /tmp/demo-instruct.sw 5 > reading from /tmp/demo-instruct.sw, repeating 5 times > read 537760 samples > beginning pass > beginning pass > beginning pass > beginning pass > beginning pass > done. >...
2006 Jun 04
1
Help with compilation of app_conference in x86_64
...endif OSARCH=$(shell uname -s) ifeq (${OSARCH},Darwin) SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace else SOLINK=-shared -Xlinker -x endif # # targets # all: $(SHAREDOS) clean: rm -f *.so *.o $(OBJS) app_conference.so : $(OBJS) $(CC) -pg -shared -Xlinker -x -o $@ $(OBJS) vad_test: vad_test.o libspeex/preprocess.o libspeex/misc.o libspeex/smallft.o $(CC) $(PROFILE) -o $@ $^ -lm install: all for x in $(SHAREDOS); do $(INSTALL) -m 755 $$x $(INSTALL_MODULES_DIR) ; done cp -f *.gsm /var/lib/asterisk/sounds cp -f *.wav /var/lib/asterisk/sounds # /var/horizon/mojo/lib/horizo...
2006 Jun 04
1
Compiling VD_app_conference for x86_64
Do anybody could compile app_conference on x86_64??? I tryied with two versions of app_conference and got the same problem on compiling: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared recompile with -fPIC app_conference.o: could not read symbols: Bad value" ENVIRONMENT: