This isn't really enough info, could be many different things.
First what arg(s) are you passing to repeater.vocoder ?
Second, the input in decoder mode is actually readable ASCII text. Can you post a few lines of your input file ?
Max
--- In op25-dev@yahoogroups.com, Matt Mills <mmills@...> wrote:
Hi All,
I'm trying to have repeater.vocoder() run as a small app to read from a file sink and write to a wav sink... If I replace the vocoder with a char_to_short() block it works as expected, however with the vocoder in place it never completes...
Also, it looks as though even though it has run out of samples the vocoder thread continuously runs at 100% cpu.
Anyone have any ideas? (associated python is attached.
thanks, Matt.