Re: [Discuss-gnuradio] config.conf location

2012-09-25 Thread Pol Henarejos
Dear Tom, I backtraced this call and there is no implementation of gnuradio preference file. When it is called the architecture, it returns gr_prefs::singleton()->get_string("audio", "audio_module", "auto"); Thus, get_string is implemented as this: const std::string gr_prefs::get_string(const std:

Re: [Discuss-gnuradio] config.conf location

2012-09-15 Thread Tom Rondeau
On Thu, Sep 13, 2012 at 6:40 AM, Pol Henarejos wrote: > Dear list, > > I have my c++ app written using the audio module. Even though I placed the > [audio] audio_module=oss inside ~/.gnuradio/config.conf, the audio_make_sink > loads the ALSA sink. Moreover, if I execute dial_tone.py it takes cor