I use the codec on STM32F4/F7 - I had problems in case of initialization of the codec, in case of function invocation of codec2_samples_per_frame(codec2); The problem was solved by increase in the size of a stack and heap in settings of the project. Regards, Marat.
> > >Hi, > >First of all, I'm new to codec2. > >I'm developing on a proprietary board based on ATMEL AT32UC3B0512, a >8MByte Spansion Flash and FreeRTOS. > >What I need to do is to store 8 hours of voice into the flash. >My input stream is a PCM 16 bit 8Khz and I got 20 dword (1 frame) every >2.5 msec. >Here I have to compress it to a 2 kilobit/second stream. (So here I need >only the encoder part) > >I added the codec2 source to my project and it compile with no problems >but, when I run, it hangs on codec2_create(). > >I tried to create the CODEC2 structure on the stack but with no success. > >My question is: someone known if is possible to run codec2 into a 32-bit >RISC? > >Thanks in advance, >Daniele. > >------------------------------------------------------------------------------ >_______________________________________________ >Freetel-codec2 mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/freetel-codec2
------------------------------------------------------------------------------
_______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
