Skip to content

This is an enhancement fork with the explicit aim of supporting current shipping Raspbian/Ubuntu kernels without requiring downgrading. Please donate at https://hintak.github.io/ if it works for you. Use vX.Y branch for kernel version vX.Y

License

Notifications You must be signed in to change notification settings

code2080/seeed-voicecard

This branch is up to date with HinTak/seeed-voicecard:v6.11.

Folders and files

NameName
Last commit message
Last commit date
Oct 9, 2017
Apr 27, 2021
Oct 11, 2018
Dec 25, 2018
Sep 15, 2017
Apr 27, 2021
Aug 3, 2023
Jun 16, 2023
Apr 2, 2018
Jun 16, 2023
Sep 14, 2017
Sep 28, 2020
Sep 29, 2018
Apr 27, 2021
Jul 24, 2018
Jul 24, 2018
Aug 6, 2018
Sep 18, 2020
Sep 8, 2017
Jan 23, 2023
Jan 5, 2024
Mar 30, 2018
Mar 30, 2018
Sep 14, 2020
Sep 14, 2020
Sep 14, 2020
Sep 14, 2020
Apr 16, 2023
Oct 21, 2024
Feb 1, 2018
Apr 24, 2021
May 27, 2021
Jan 5, 2024
Jun 16, 2023
Apr 27, 2017
Sep 15, 2017

Repository files navigation

seeed-voicecard

The drivers for ReSpeaker Mic Hat, ReSpeaker 4 Mic Array, 6-Mics Circular Array Kit, and 4-Mics Linear Array Kit for Raspberry Pi.

Install seeed-voicecard

Get the seeed voice card source code and install all linux kernel drivers

git clone https://github.com/HinTak/seeed-voicecard
cd seeed-voicecard
sudo ./install.sh
sudo reboot

ReSpeaker Documentation

Up to date documentation for reSpeaker products can be found in Seeed Studio Wiki!

Coherence

Estimate the magnitude squared coherence using Welch’s method. 4-mics-linear-array-kit coherence
Note: 'CO 1-2' means the coherence between channel 1 and channel 2.

# How to get the coherence of the captured audio(a.wav for example).
sudo apt install python-numpy python-scipy python-matplotlib
python tools/coherence.py a.wav

# Requirement of the input audio file:
- format: WAV(Microsoft) signed 16-bit PCM
- channels: >=2

uninstall seeed-voicecard

If you want to upgrade the driver , you need uninstall the driver first.

pi@raspberrypi:~/seeed-voicecard $ sudo ./uninstall.sh 
...
------------------------------------------------------
Please reboot your raspberry pi to apply all settings
Thank you!
------------------------------------------------------

Enjoy !

Technical support

For hardware testing purposes we made a Rasperry Pi OS 5.10.17-v7l+ 32-bit image with reSpeaker drivers pre-installed, which you can download by clicking on this link.

We provide official support for using reSpeaker with the following OS:

  • 32-bit Raspberry Pi OS
  • 64-bit Raspberry Pi OS

And following hardware platforms:

  • Raspberry Pi 3 (all models), Raspberry Pi 4 (all models)

Anything beyond the scope of official support is considered to be community supported. Support for other OS/hardware platforms can be added, provided MOQ requirements can be met.

If you have a technical problem when using reSpeaker with one of the officially supported platforms/OS, feel free to create an issue on Github. For general questions or suggestions, please use Seeed forum.

About

This is an enhancement fork with the explicit aim of supporting current shipping Raspbian/Ubuntu kernels without requiring downgrading. Please donate at https://hintak.github.io/ if it works for you. Use vX.Y branch for kernel version vX.Y

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.8%
  • Shell 6.9%
  • Python 1.3%
  • Makefile 1.0%