Speech Sequence Filtering With Voiceprint Recognition

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing speech processing methods fail to effectively filter and screen speech sequences due to background noise and multiple voices, leading to unreliable voice transmission.

Innovation Solution

A speech processing method involving framing, speech detection, and voiceprint recognition to identify and forward target speech, using models like LSTM and voiceprint recognition to enhance speech quality and efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If TCP speech data transmission mode is used, then transmission reliability is improved, but speech filtering and screening capability deteriorates

Engineering Contradiction:
Improvetransmission reliabilityVSAvoidbackground noise and other people's voices
Core Design Contradiction:
ReliabilityVSObject-generated harmful factors

Solution Approach 1:

The speech sequence is divided into multiple speech sub-sequences through framing processing, enabling individual detection and filtering of each segment. This segmentation allows the system to identify and remove harmful speech segments while preserving valid speech, resolving the contradiction between maintaining transmission reliability and filtering harmful content.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A server is introduced as an intermediary between the client and other clients. The server receives speech sequences, performs detection and filtering using speech detection models and voiceprint recognition models, and forwards only valid target speech. This intermediary structure enables effective speech filtering while maintaining reliable transmission through the TCP protocol.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Ease of operation

If speech sequences are transmitted without filtering, then transmission simplicity is maintained, but speech quality and usability deteriorate

Engineering Contradiction:
Improvetransmission simplicityVSAvoidspeech quality
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

Speech detection and voiceprint recognition are performed in advance on the server before forwarding speech to other clients. This preliminary filtering action ensures that only valid target speech is transmitted, improving speech quality without requiring complex filtering operations at the receiving end, thus maintaining transmission simplicity.

Inventive Principle:
Principle #10Preliminary action

3Loss of information

If all speech data is forwarded, then completeness of information is maintained, but bandwidth usage and processing efficiency deteriorate

Engineering Contradiction:
Improvecompleteness of speech informationVSAvoidbandwidth usage
Core Design Contradiction:
Loss of informationVSLoss of energy

Solution Approach 1:

The system extracts and forwards only the valid target speech segments from the complete speech sequence, removing harmful segments such as background noise and other people's voices. This extraction process maintains the completeness of useful information while significantly reducing bandwidth usage by eliminating redundant and harmful speech data.

Inventive Principle:
Principle #2Taking out (Extraction)

4Reliability

If speech filtering is implemented, then speech quality is improved, but system complexity increases

Engineering Contradiction:
Improvespeech qualityVSAvoidprocessing system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The server acts as an intermediary that centralizes the complex speech processing functions including framing, speech detection, and voiceprint recognition. This concentrates system complexity in one location while keeping client devices simple, resolving the contradiction between improving speech quality through filtering and maintaining system simplicity.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12437775B2Speech processing method, computer storage medium, and electronic device
Publication Date: 2025.10.07 NETEASE (HANGZHOU) NETWORK CO LTD
  • US12437775B2 patent drawing
  • US12437775B2 patent drawing
  • US12437775B2 patent drawing

AI summary

A speech processing method and apparatus, a computer storage medium, and an electronic device, relating to the technical field of speech processing. The speech processing method includes: acquiring a speech sequence, obtaining a plurality of speech sub-sequences by performing framing processing on the speech sequence, and extracting a target feature of each speech sub-sequence of the plurality of speech sub-sequences; detecting each speech sub-sequence of the plurality of speech sub-sequences by a speech detection model according to each target feature, and determining valid speech based on a detection result; inputting a target feature corresponding to the valid speech into a voiceprint recognition model, and screening out target speech from the valid speech by the voiceprint recognition model; and controlling the target speech to be forwarded to a client.