Navigation

    Freqchip开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Recent
    1. Home
    2. millerpowell
    M
    • Continue chat with millerpowell
    • Start new chat with millerpowell
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    millerpowell

    @millerpowell

    0
    Reputation
    12
    Posts
    414
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online

    millerpowell Follow

    Posts made by millerpowell

    • hf_enable_voice_recognition 函数

      这函数功能啊?语音转文字吗?还是特定语音命令啊?如何调用呢?

      posted in FR508x
      M
      millerpowell
    • 关于NREC算法

      hf_disable_nrec,This function disables noise reduction and echo canceling

      • hf_is_nrec_enabled()
        • This function indicates whether Noise Reduction and Echo Cancelling 
          
        • is enabled in the Audio Gateway. 
          

      这个函数是去噪吗?跟第一个啥区别

      posted in FR508x
      M
      millerpowell
    • 手机来电铃声及挂机处理

      手机来电,bt_hf_evt_func函数里产生HF_EVENT_CALLSETUP_IND 事件,若此时手机有新的来电,会产生HF_EVENT_RING_IND 事件,对吗?若呼叫方通话后,挂掉电话,会产生什么事件呢? User_task里的USER_EVT_HFP_OUTGOING_CALL对应bt_hf_evt_func函数里哪个事件呢?

      posted in FR508x
      M
      millerpowell
    • RE: 关于回音消除功能调用

      如果成功,在ipc_user_code_action_sent 后应该显示

      ◆+AD
      AT#CA

      而不是重启的freqchip

      posted in FR508x
      M
      millerpowell
    • RE: FR5080D提示音怎么导入?

      应该是16K,深度16未,音频类型选第一种

      posted in FR508x
      M
      millerpowell
    • 关于回音消除功能调用

      按如下方式调用:在bt_hf_evt_func函数里,case HF_EVENT_SERVICE_CONNECTED:事件下,打开:hf_is_nrec_enabled(&user_bt_env->dev[deviceNum].hf_chan );
      在 case HF_EVENT_COMMAND_COMPLETE:时关闭回音处理hf_disable_nrec(&event->chan);
      平台: 1#手机与5086开发平台蓝牙连接
      2#手机呼叫1#手机后:
      接通后测试结果如下:
      1 回音消除了,开发板咪头可以发送声音到2#手机,但 开发板耳机听不到语音信号
      2 蓝牙过大概40多秒后断开了,相关logo如下
      0_1660819841224_0bfbb8d0-a426-424c-b6a1-f81f6d89edfa-image.png

      posted in FR508x
      M
      millerpowell
    • EQ 配置

      FR508X开发手册 5.2章,串口添加 eq 使用 api,在 app_at.“AT#CP”命令处,这里的app_at. 指App-at.c吗? AT#CP 在哪里啊?

      posted in FR508x
      M
      millerpowell
    • RE: 关于Xtensa Xplorer

      谢谢,已经搞好了,花了6600 买了个license key

      posted in FR508x
      M
      millerpowell
    • 关于Xtensa Xplorer

      license key 如何获取,在构建DSP开发环境后,编译提示要licensekey

      posted in FR508x
      M
      millerpowell
    • RE: btdm_audio_demo示例程序

      @kawhi 成功了,感谢

      posted in FR508x
      M
      millerpowell