speex回声消除在CCS中运行出现下面的错误:DescriptionResourcePathLocationType#5could not open source file "
2017-08-22 14:44
最近想要用STM32F4测试WM8978经过Speex压缩後的音质成效,可是下载了官方speex移植代码却一直编译失败,看了 an2812 跟 an4229 还有 speex manual,还是
2018-12-05 08:42
我想用SPEEX进行语音编码 可是一直进入的是内存错误中断是怎么回事?void MemManage_Handler(void){/* USER CODE BEGIN
2019-01-16 07:49
image实时视频实时音频还有其他实时数据如何快速压缩传输1 如何在lab上实现speex 等算法2有没有lab相关的压缩工具库---go compress没成功3调用相关dll sdk?没实现 有具体详解没有
2019-08-26 19:10
”时,应该删除这些包含项,因为它们会导致生成失败。“/解码器/ SPEX/SPEEX。C:包含”App.h”。
2020-05-14 12:10
为什么到APP层的录音音量会比到HAL层小很多呢?是什么原因?怎样去解决呢?
2022-02-10 06:50
网上只有软解码mp3格式,有没有对pcm数据流编码成mp3格式的库
2023-09-21 07:31
如何在收到的语音数据里面判断语音停顿,如果是根据能量的话,如何实现呢?我们收到的语音数据压缩后,有说话跟没有说话几乎没有区别,,,,
2019-02-19 22:31
恒玄BES2300XX系列常用接口有哪些?
2022-02-28 07:29
在一个VOIP的项目中需要用的RTP库,开始选择ortp和mediastream库,现基本能实现一对一通话,但是otrp库没有实现RTP协议中多个参与者的情况,不满足项目需求。看了下现在网上用的很多的Jrtplib,只能支持多个参与者的情况,因此不得已移植Jrtplib到RTT上,但是Jrtplib 是C++编写的rtp库,库中使用了C++标准库,编译完后链接出现很大的问题,网上查了资料说没有连接libstdc++ libsupc++库,但是加上以后还是没有解决,主要错误提示有:``In functionstd::list >::_M_insert(std::_List_iterator, jrtplib::RTCPPacket const&)’:undefined reference to `std::detail:_List_node_base:_M_hook(std::detail::_List_node_base)’In function __gnu_cxx::new_allocatorstd::_List_node >::allocate(unsigned int, void const*)': undefined reference tostd::__throw_bad_alloc()’undefined reference to std::allocator::allocator()' undefined reference tostd::basic_string, std::allocator >::basic_string(char const*, std::allocator const&)’undefined reference to std::basic_string<char, std::char_traits, std::allocator >::basic_string(std::string const&)' undefined reference tostd::basic_string, std::allocator >::~basic_string()’undefined reference to `std::allocator::~allocator()’undefined reference to stdstringfind(char, unsigned int) const' undefined reference tostd:string:length() const’undefined reference to `std::string::c_str() const’```编译选项是:DEVICE = '-mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp-ffunction-sections -fdata-sections'CFLAGS = DEVICE + ' -g -Wall -DSTM32F407ZG -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -D__ASSEMBLY__-D__FPU_USED'AFLAGS = ' -c' + DEVICE + ' -x assembler-with-cpp -Wa,-mimplicit-it=thumb 'LFLAGS = DEVICE+ ' -lc -lm -lstdc++ -lsupc++ -nostartfiles -Wl,-v,--gc-sections,-Map=rtthread-stm32.map,-cref,-u,Reset_Handler -T stm32_rom.ld'CXXFLAGS=CFLAGS + ' -fno-exceptions fno-rtti '各位走过路过的大神们,帮小弟看下是什么原因,谢谢!!!
2023-02-23 13:54