i know error means -i double-checked , y variable data within [0,1] with: y.max() = 1 y.min() = 0.7333333 dtype(y) float64 i reading in data using pandas. first time using statsmodels.api package. ideas of else should check error
there channel ari demo in wich can control channel state: ring, answer, play silence, play tone or audio-file ( https://github.com/asterisk/ari-examples/tree/master/channel-state , https://wiki.asterisk.org/wiki/display/ast/ari+and+channels%3a+manipulating+channel+state ) possible receive chunks (parts, buffers, etc.) of call voice (which created remote subscriber) or write chunks of voice, example array of bytes (not file) in audio format (alaw, ulow etc). you can use asterisk eagi interface voice data. other option use record or mixmonitor app record channel(channel have put stasis allow dialplan control ari) "write chunks of voice" can done application playback also can create own application using c/c++, compile asterisk , result want. no, can't redirect voice directly using ari.
i'm learning c++ now. here question: #include <fiostream.h> no matter used: #include <fiostream> #include "fiostream" #include "fiostream.h" i can not find "fiostream.h" file anywhere. where can find "fiostream.h" file? does "iostream.h" include "fiostream.h"'s functions? what's difference between "fiostream.h" , "iostream.h"? thank you~~ what's difference between "fiostream.h" , "iostream.h"? the difference “f”. neither header exists. iostream does, fiostream doesn’t (but fstream does).
Comments
Post a Comment