Displaying 2 results from an estimated 2 matches for "segger".
Did you mean:
seeger
2019 Feb 17
2
Custom mode
..._custom_decoder_init(dec, mode, 1);
*ISR code (called once every 4.096ms):*
nbBytes = opus_custom_encode(
enc, (opus_int16 *)lMicBuf, 64, codedMicBuf, 64);
frame_size = opus_custom_decode(
dec, codedMicBuf, 64, decodedMicBuf, 64);
*Build:*
C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM
3.50\gcc\arm-none-eabi\bin\cc1" -fmessage-length=0
-fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian
-mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mtp=soft -nostdinc "-isystem
-D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM
-D__ARM_ARCH_FPV4_S...
2019 Feb 20
0
Fwd: Custom mode
...pus_int16 *)lMicBuf, 64, codedMicBuf, 64);
>>
>>
>>
>> frame_size = opus_custom_decode(
>>
>> dec, codedMicBuf, 64, decodedMicBuf, 64);
>>
>>
>>
>>
>>
>> *Build:*
>>
>>
>>
>> C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM
>> 3.50\gcc\arm-none-eabi\bin\cc1" -fmessage-length=0
>> -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian
>> -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mtp=soft -nostdinc "-isystem
>>
>>
>>
>> -D__SIZEOF_...