WO2018083570A1 - Intelligent hearing aid - Google Patents

Intelligent hearing aid Download PDF

Info

Publication number
WO2018083570A1
WO2018083570A1 PCT/IB2017/056613 IB2017056613W WO2018083570A1 WO 2018083570 A1 WO2018083570 A1 WO 2018083570A1 IB 2017056613 W IB2017056613 W IB 2017056613W WO 2018083570 A1 WO2018083570 A1 WO 2018083570A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
noise
hearing aid
intelligent hearing
signal
Prior art date
Application number
PCT/IB2017/056613
Other languages
French (fr)
Inventor
Jianbang Liu
Yujie Li
Zhihui WEN
Original Assignee
Chears Technology Company Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chears Technology Company Limited filed Critical Chears Technology Company Limited
Priority to AU2017355584A priority Critical patent/AU2017355584B2/en
Priority to CN201780068014.9A priority patent/CN110268726A/en
Publication of WO2018083570A1 publication Critical patent/WO2018083570A1/en

Links

Classifications

    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
    • G10L21/00Speech or voice signal processing techniques to produce another audible or non-audible signal, e.g. visual or tactile, in order to modify its quality or its intelligibility
    • G10L21/02Speech enhancement, e.g. noise reduction or echo cancellation
    • G10L21/0208Noise filtering
    • G10L21/0216Noise filtering characterised by the method used for estimating noise
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04RLOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
    • H04R25/00Deaf-aid sets, i.e. electro-acoustic or electro-mechanical hearing aids; Electric tinnitus maskers providing an auditory perception
    • H04R25/04Deaf-aid sets, i.e. electro-acoustic or electro-mechanical hearing aids; Electric tinnitus maskers providing an auditory perception comprising pocket amplifiers
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
    • G10L21/00Speech or voice signal processing techniques to produce another audible or non-audible signal, e.g. visual or tactile, in order to modify its quality or its intelligibility
    • G10L21/02Speech enhancement, e.g. noise reduction or echo cancellation
    • G10L21/0208Noise filtering
    • G10L21/0216Noise filtering characterised by the method used for estimating noise
    • G10L21/0232Processing in the frequency domain
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04RLOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
    • H04R2225/00Details of deaf aids covered by H04R25/00, not provided for in any of its subgroups
    • H04R2225/43Signal processing in hearing aids to enhance the speech intelligibility

Definitions

  • the present disclosure relates to intelligent hearing aids, and more particularly, to an intelligent hearing aid with enhanced audio processing performance comprising a microphone, a smartphone and an earphone operatively connected with each other.
  • an intelligent hearing aid comprising a microphone, a smartphone and an earphone operatively connected with each other, wherein the microphone is configured for receiving, recording, and transferring environmental audio data / signals to the smartphone; the smartphone is configured for carrying out noise suppression and data amplification on the audio data receiving from the microphone to generate and transfer an enhanced audio data to the earphone; and the earphone is configured for receiving and outputting the enhanced audio data; wherein the noise suppression combines knowledge of pattern recognition and signal processing and probability theory to facilitate estimation of noise power spectral density, and the estimation is conducted under assumptions including: (1 ) speech and noise signals are both addictive in short-time Fourier domain; (2) the speech and noise signals are assumed to be zero-mean and independent of each other and presented as
  • the noise signal is assumed to be more stationary than the speech signal.
  • Figure 1 is a flow chart of a noise suppression algorithm of an example intelligent hearing aid of the present disclosure.
  • the applicant has designed a hearing aid app for them to listen just by connecting a smartphone with earphone.
  • Different noise filters are devised according to different environment at which users are located.
  • the present disclosure adopts warm tone color in the user-interface for easy-reading to the users.
  • the hearing aid of the present disclosure is combining smartphone and headset/earphone as an intelligent hearing aid.
  • the microphone on earphone keep recording the audio sound in the environment to smartphone operation system.
  • the input audio data would be amplified and noise suppression processed.
  • the amplified and clean audio would be transmitted to earphone output to play out for hearing impaired people.
  • Circular buffer had separated the recording thread and processing thread to preserve the continuation of audio output.
  • multi-threading was using to divide a first buffer in processing thread and a second buffer in recording thread.
  • the recording process contains two major steps. One is called analog to digital conversion, the other one is called data streaming and storing.
  • the buffer is a memory structure used in the data streaming process to temporarily hold the collected digital voice data. Once the buffer is filled with data, the data will be encapsulated as a package and passed to next process. The size of the buffer cannot be chosen randomly. The buffer size should be determined by the sampling frequency of the analog to digital convertor.
  • the present disclosure deploys a function in the AudioRecord class (getMinBufferSize) to identify the least size of the buffer that won't introduce any side effect. Further information about this function can be found at
  • the real time noise suppression algorithm need to be implemented.
  • the present disclosure have modified the existing prior art noise suppression algorithm from audio-file-based to real time processing.
  • the computation complexity of original algorithm had also been simplified.
  • the prior art statistical-model-based algorithm cannot perform such function.
  • the prior art statistical-model-based algorithm allows the users estimate the noise power spectrum density by fitting the input data into certain statistical model.
  • the estimation result cannot ensure certain level of confidence if the input data failed to exceed certain amount data.
  • the estimation result will be untrustworthy if no enough data was given.
  • the algorithm has to wait for relatively long time to collect enough voice data. However, the characteristic of real-time process violate this condition.
  • the latency of process won't be tolerated if the algorithm needs to wait for the voice and collect large amount of voice input data. Therefore, there is a tradeoff between the accuracy of the estimation and the processing latency.
  • the modification of the present disclosure allows the relevant algorithm to perform these functions.
  • FIG. 1 is a flow chart of a noise suppression algorithm of an example intelligent hearing aid of the present disclosure.
  • the present disclosure adopts an enhanced noise cancellation algorithm, which aims at eliminate the corruption of signal, and which was mainly introduced to the single channel audio signal by non-stationary noise. It combines the knowledge of pattern recognition and signal processing to facilitate the estimation of the noise power spectral density. The probability theory was also involved in the developing of this algorithm to build a theoretical noise pattern for the speech enhancement. [0018] The estimation is conducted under several assumptions: (1 ) The speech and the noise signals are both addictive in the short-time Fourier domain. (2) The signals (speech and noise) are assumed to be zero-mean and independent of each other, which can be presented as
  • the signals are assumed to have a complex Gaussian distribution in the spectral coefficients to deduce the Minimum mean- square error (MMSE) estimator,
  • the design case is that a microphone will record the audio signals at certain frequency and the audio signal sequence will be stored in a buffer, where can contain 256 signals. Once the buffer is full, the 256 signals will be forward to processor.
  • THREE main procedures in the iterative noise cancellation The first key step is aligning the new coming data with historical data reserved by a register. The noise estimation and elimination are done in the second process. The last step is called clean signal finalization. The clean audio signal can be achievable after the final state.
  • Each audio signal is an 8-bit (1 byte) double digit.
  • the data frame fed into the iterative noise elimination process are designed to be 2048 byte. Therefore, we assign a register with a 1792-byte storage size to keep the historical data. To ensure the reliability of the estimation, this algorithm combines the current data with historical data. Once there is a new 256-byte data stream coming in, this new data stream will be aligned at the back of the data stored in the register, then multiply with a 2048-point coefficient sequence of Hanning window. That's what must be done in the first data alignment process. As one cycle of noise cancellation requires only 256 new recorded data, real-time processing can be achieved with an inappreciable delay.
  • the iterative parameters are all set to zero for convenience except the a priori probability is set to 0.5, which means the algorithm assumes the mean of a posteriori probability of the speech presence is also 50%.
  • the data stream will be transform to the frequency domain by Fourier transform and only half of the frequency coefficients on the positive axis will be remained as the signal power spectrum to decrease the computational complexity, since those coefficients are symmetric.
  • the posteriori SNR estimation is based on the new signal power spectrum and the noise power spectrum computed in last iteration. Then, the a posteriori speech presence probability (SPP) presents by
  • the present disclosure employs the spectral noise power estimation of the previous frame, .
  • the MMSE estimator under speech presence can be computed as follows.
  • the clean signal in real time can be easily collected after applying inverse the Fourier transform to the complete spectral domain coefficients of the data stream. (The negative half of the domain was excluded after the data was transform to frequency domain.)
  • the data In the finalization of clean signal, the data must multiply a synthesis to avoid distortion due to the data segmentation, the new clean data will be appended to the earlier attained clean data, which means this new 2048-point signal will be add to the earlier reserved clean signals.
  • the first 256 data will be converted to audio signal and removed from the signal stream. The remaining 1792-byte data will be saved in certain register waiting for the next iteration.

Landscapes

  • Engineering & Computer Science (AREA)
  • Acoustics & Sound (AREA)
  • Physics & Mathematics (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Human Computer Interaction (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Quality & Reliability (AREA)
  • Computational Linguistics (AREA)
  • Multimedia (AREA)
  • General Health & Medical Sciences (AREA)
  • Neurosurgery (AREA)
  • Otolaryngology (AREA)
  • Circuit For Audible Band Transducer (AREA)
  • Telephone Function (AREA)

Abstract

An intelligent hearing aid, comprising a microphone, a smartphone and an earphone operatively connected with each other, wherein the microphone is configured for receiving, recording, and transferring environmental audio data / signals to the smartphone; the smartphone is configured for carrying out noise suppression and data amplification on the audio data receiving from the microphone to generate and transfer an enhanced audio data to the earphone; and the earphone is configured for receiving and outputting the enhanced audio data; wherein the noise suppression combines knowledge of pattern recognition and signal processing and probability theory to facilitate estimation of noise power spectral density.

Description

INTELLIGENT HEARING AID
Technical Field
[001 ] The present disclosure relates to intelligent hearing aids, and more particularly, to an intelligent hearing aid with enhanced audio processing performance comprising a microphone, a smartphone and an earphone operatively connected with each other.
Background Art
[002] There are needs of intelligent hearing aids with enhanced audio processing performance for hearing-impaired elderly and such enhanced intelligent hearing aids usually require dedicated high end or expensive components, such as a faster CPU and relatively high quality audio unit. It is desirable to make use of existing and commonly available equipment of hearing-impaired elderly to provide an enhanced hearing aid.
Brief Summary of Invention
[003] There is disclosed an intelligent hearing aid, comprising a microphone, a smartphone and an earphone operatively connected with each other, wherein the microphone is configured for receiving, recording, and transferring environmental audio data / signals to the smartphone; the smartphone is configured for carrying out noise suppression and data amplification on the audio data receiving from the microphone to generate and transfer an enhanced audio data to the earphone; and the earphone is configured for receiving and outputting the enhanced audio data; wherein the noise suppression combines knowledge of pattern recognition and signal processing and probability theory to facilitate estimation of noise power spectral density, and the estimation is conducted under assumptions including: (1 ) speech and noise signals are both addictive in short-time Fourier domain; (2) the speech and noise signals are assumed to be zero-mean and independent of each other and presented as
Figure imgf000002_0002
where being statistical expectation operator; (3) the speech and noise signals are assumed to have spectral coefficients having a complex Gaussian distribution, to deduce Minimum mean-square error estimator,
Figure imgf000002_0001
(4) the noise signal is assumed to be more stationary than the speech signal.
Brief Description of Drawings
[004] The disclosure will be described by way of example with reference to the accompanying drawings, in which:
[005] Figure 1 is a flow chart of a noise suppression algorithm of an example intelligent hearing aid of the present disclosure.
Detailed Description of Invention
[006] In order to address the needs of hearing-impaired elderly, the applicant has designed a hearing aid app for them to listen just by connecting a smartphone with earphone. Different noise filters are devised according to different environment at which users are located. The present disclosure adopts warm tone color in the user-interface for easy-reading to the users.
[007] After downloading and installing the app, the user needs to select different scene mode such as Indoor mode, Outdoor mode, Spacious area mode, and the like, according to audio environment. The environmental sound will be received via the microphone and processed by the App, and then amplified clean audio would play out from the earphone. The app support background running then the application and mobile screen are not necessary to keep on.
[008] The hearing aid of the present disclosure is combining smartphone and headset/earphone as an intelligent hearing aid. First of all, the microphone on earphone keep recording the audio sound in the environment to smartphone operation system. Within the smartphone operation system, the input audio data would be amplified and noise suppression processed. Thirdly, the amplified and clean audio would be transmitted to earphone output to play out for hearing impaired people.
[009] The present disclosure adopts circular buffers and multi-threading mechanism to improve the audio quality without negative effect. Circular buffer had separated the recording thread and processing thread to preserve the continuation of audio output. For implementation, multi-threading was using to divide a first buffer in processing thread and a second buffer in recording thread.
[0010] According to the present disclosure, the recording process contains two major steps. One is called analog to digital conversion, the other one is called data streaming and storing. The buffer is a memory structure used in the data streaming process to temporarily hold the collected digital voice data. Once the buffer is filled with data, the data will be encapsulated as a package and passed to next process. The size of the buffer cannot be chosen randomly. The buffer size should be determined by the sampling frequency of the analog to digital convertor.
[001 1 ] One critical issue kept bothering the implement of digital hearing aids is the latency. When people are talking, they will most likely expect two kinds of signal, the movement of the speaker's mouth and the sound they are producing. Since the light will travel much faster than the sound, people will observe the movement before they hear the sound. However, human brain cannot notice the time gap between two signals if the gap is smaller than around 30 ms. In the case of digital hearing aid application, the buffer will not transfer any data out before it is full. This character will introduce much delay. The delay will be long enough for the brain to identify it, which means the user will experience the mismatch between the observed movement of the speaker's mouth and the sound they heard. This defect will bring the user tremendous difficulty in receiving and understanding the content of the voice.
[0012] Therefore, the present disclosure deploys a function in the AudioRecord class (getMinBufferSize) to identify the least size of the buffer that won't introduce any side effect. Further information about this function can be found at
https://developer.android.eom/reference/android/media/AudioRecord.html#getMinBuf ferSize%28int,%20int,%20int%29 .
[0013] To improve the audio processing performance of hearing aid app, the real time noise suppression algorithm need to be implemented. For this purpose, the present disclosure have modified the existing prior art noise suppression algorithm from audio-file-based to real time processing. On the other hand, for better implementation of real time noise suppression processing, the computation complexity of original algorithm had also been simplified.
[0014] The prior art statistical-model-based algorithm cannot perform such function. The prior art statistical-model-based algorithm allows the users estimate the noise power spectrum density by fitting the input data into certain statistical model. The estimation result cannot ensure certain level of confidence if the input data failed to exceed certain amount data. The estimation result will be untrustworthy if no enough data was given. The algorithm has to wait for relatively long time to collect enough voice data. However, the characteristic of real-time process violate this condition. The latency of process won't be tolerated if the algorithm needs to wait for the voice and collect large amount of voice input data. Therefore, there is a tradeoff between the accuracy of the estimation and the processing latency. [0015] The modification of the present disclosure allows the relevant algorithm to perform these functions. To cope with the demand of real-time processing, historical data are involved in the estimation process. A short period of present audio data will be attached to a long period of historical one, which are generated last iteration and stored in a register with certain volume. During each iteration, only the data in the slide window will be involved and the window will slide a few data point to next position after the estimation is done in this iteration. This data arrangement mechanism is inspired by some signal compression technique in the digital communication area. Not only the duration of estimation has been curtailed, but also the level of confidence of the estimation has been raised.
[0016] The Comparison between the existing algorithm and modified algorithm :
Figure imgf000005_0001
[0017] Referring to Figure 1 , which is a flow chart of a noise suppression algorithm of an example intelligent hearing aid of the present disclosure. The present disclosure adopts an enhanced noise cancellation algorithm, which aims at eliminate the corruption of signal, and which was mainly introduced to the single channel audio signal by non-stationary noise. It combines the knowledge of pattern recognition and signal processing to facilitate the estimation of the noise power spectral density. The probability theory was also involved in the developing of this algorithm to build a theoretical noise pattern for the speech enhancement. [0018] The estimation is conducted under several assumptions: (1 ) The speech and the noise signals are both addictive in the short-time Fourier domain. (2) The signals (speech and noise) are assumed to be zero-mean and independent of each other, which can be presented as
Figure imgf000006_0002
with being the statistical expectation operator. (3) The signals are assumed to have a complex Gaussian distribution in the spectral coefficients to deduce the Minimum mean- square error (MMSE) estimator,
Figure imgf000006_0001
(4) It is reasonable to assume the noise signal is more stationary than the speech signal.
[0019] The design case is that a microphone will record the audio signals at certain frequency and the audio signal sequence will be stored in a buffer, where can contain 256 signals. Once the buffer is full, the 256 signals will be forward to processor. There are THREE main procedures in the iterative noise cancellation. The first key step is aligning the new coming data with historical data reserved by a register. The noise estimation and elimination are done in the second process. The last step is called clean signal finalization. The clean audio signal can be achievable after the final state.
[0020] Each audio signal is an 8-bit (1 byte) double digit. The data frame fed into the iterative noise elimination process are designed to be 2048 byte. Therefore, we assign a register with a 1792-byte storage size to keep the historical data. To ensure the reliability of the estimation, this algorithm combines the current data with historical data. Once there is a new 256-byte data stream coming in, this new data stream will be aligned at the back of the data stored in the register, then multiply with a 2048-point coefficient sequence of Hanning window. That's what must be done in the first data alignment process. As one cycle of noise cancellation requires only 256 new recorded data, real-time processing can be achieved with an inappreciable delay.
[0021 ] Before the highlight of this algorithm, the iterative parameters are all set to zero for convenience except the a priori probability is set to 0.5, which means the algorithm assumes the mean of a posteriori probability of the speech presence is also 50%. The data stream will be transform to the frequency domain by Fourier transform and only half of the frequency coefficients on the positive axis will be remained as the signal power spectrum to decrease the computational complexity, since those coefficients are symmetric. The posteriori SNR estimation is based on the new signal power spectrum and the noise power spectrum computed in last iteration. Then, the a posteriori speech presence probability (SPP) presents by
Figure imgf000007_0001
where is the a priori SNR for speech presence in our model, and
Figure imgf000007_0004
[0022] The present disclosure employs the spectral noise power estimation of the previous frame, . The noise power estimation and the estimation of a posteriori SPP
Figure imgf000007_0005
are to some extent in inverse proportion. Therefore, the underestimation of aft will slow down the converging to the true value of it. To avoid stagnation, the technical solution of the present disclosure recursively smooth over time, as
Figure imgf000007_0010
Figure imgf000007_0006
and enforce the current a posteriori SPP to be lower than 0.99 if the P(l) larger
Figure imgf000007_0011
than 0.99, as
Figure imgf000007_0007
[0023] The MMSE estimator under speech presence can be computed as follows.
Figure imgf000007_0008
Then, the estimated spectral noise power is obtained by this recursive smoothing of
Figure imgf000007_0009
Figure imgf000007_0002
where apow = 0.8 is the smoothing factor. According to this estimated spectral nose power density, the estimated a priori SNR can be presented as ξ
Figure imgf000007_0003
[0024] Therefore, the estimated spectral coefficients of clean audio signal are given by
Figure imgf000008_0001
[0025] The clean signal in real time can be easily collected after applying inverse the Fourier transform to the complete spectral domain coefficients of the data stream. (The negative half of the domain was excluded after the data was transform to frequency domain.)
[0026] In the finalization of clean signal, the data must multiply a synthesis to avoid distortion due to the data segmentation, the new clean data will be appended to the earlier attained clean data, which means this new 2048-point signal will be add to the earlier reserved clean signals. The first 256 data will be converted to audio signal and removed from the signal stream. The remaining 1792-byte data will be saved in certain register waiting for the next iteration.
[0027] Through all the computation described above, a relative noise-free audio signal will be generated and heard. There are evidences that this algorithm can approach the optimal solution in a fast speed.
[0028] Features set out in the claims hereto (jointly and severally where appropriate) are to form part of this disclosure and are incorporated herein by reference.
[0029] While various examples or embodiments have been described herein, it should be appreciated that they are for illustration and are not for scope restriction. It should be appreciated that portions or parts of the various example embodiments can be excerpted for combination and/or mix-and-match where appropriate to form other variants without loss of generality.

Claims

Claims
1 . An intelligent hearing aid, comprising a microphone, a smartphone and an earphone operatively connected with each other, wherein
the microphone is configured for receiving, recording, and transferring environmental audio data / signals to the smartphone;
the smartphone is configured for carrying out noise suppression and data amplification on the audio data receiving from the microphone to generate and transfer an enhanced audio data to the earphone; and
the earphone is configured for receiving and outputting the enhanced audio data; wherein the noise suppression combines knowledge of pattern recognition and signal processing and probability theory to facilitate estimation of noise power spectral density, and the estimation is conducted under assumptions including: (1 ) speech and noise signals are both addictive in short-time Fourier domain; (2) the speech and noise signals are assumed to be zero-mean and independent of each other and presented as
Figure imgf000009_0002
where being statistical expectation operator; (3) the speech and noise signals are assumed to have spectral coefficients having a complex Gaussian distribution, to deduce Minimum mean-square error estimator,
Figure imgf000009_0001
(4) the noise signal is assumed to be more stationary than the speech signal.
2. An intelligent hearing aid of Claim 1 , wherein the audio data / signals are recorded at predetermined frequencies and an audio data / signal sequence is formed and stored in a buffer, and the sequence comprises preferably 256 data / signals, wherein each data / signals is 1 byte in length ; and/or wherein the noise suppression comprises an iterative noise cancellation process requiring only 256 byte of newly recorded data per noise cancellation cycle for achieving a real-time processing with an inappreciable delay.
3. An intelligent hearing aid of Claim 2, wherein data frame fed into the iterative noise cancellation process are designed to be 2048 byte, wherein 1792 bytes are historical data, which combine with the 256 byte of newly recorded data to ensure reliability of estimation; wherein the newly recorded data are appended to the historical data, then multiply with a 2048-point coefficient sequence of Hanning window; and the last 1792 bytes of the data frame are used as the historical data of next noise cancellation cycle.
4. An intelligent hearing aid of Claim 3, wherein the data frame is transform to frequency domain by Fourier transform and only half of frequency coefficients on positive axis are remained as signal power spectrum to decrease computational complexity.
5. An intelligent hearing aid of Claim 4, wherein the noise suppression comprises a posteriori signal to noise ratio (SNR) estimation based on new signal power spectrum and noise power spectrum computed in last noise cancellation cycle.
6. An intelligent hearing aid of Claim 5, wherein a posteriori speech presence probability (SPP) is presented by
Figure imgf000010_0001
where is the a priori SNR for speech presence in our model, and
Figure imgf000010_0007
Figure imgf000010_0002
7. An intelligent hearing aid of Claim 6, wherein is recursively smoothed over
Figure imgf000010_0006
time in the noise cancellation cycles to avoid stagnation, as
Figure imgf000010_0003
and the current a posteriori SPP is enforced to be lower than 0.99 if the
Figure imgf000010_0008
larger than 0.99, as
Figure imgf000010_0009
Figure imgf000010_0004
8. An intelligent hearing aid of Claim 7, wherein the MMSE estimator under speech presence can be computed as,
Figure imgf000010_0005
9. An intelligent hearing aid of Claim 8, wherein the estimated spectral noise power is obtained by recursive smoothing of
Figure imgf000011_0003
Figure imgf000011_0001
where is the smoothing factor, and the estimated a priori SNR is
Figure imgf000011_0005
presented as
Figure imgf000011_0004
Figure imgf000011_0002
10. An intelligent hearing aid of Claim 9, wherein the estimated spectral coefficients of processed / clean audio signal are given by
Figure imgf000011_0006
PCT/IB2017/056613 2016-11-02 2017-10-25 Intelligent hearing aid WO2018083570A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
AU2017355584A AU2017355584B2 (en) 2016-11-02 2017-10-25 Intelligent hearing aid
CN201780068014.9A CN110268726A (en) 2016-11-02 2017-10-25 New-type intelligent hearing aid

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
HK16112630.3 2016-11-02
HK16112630 2016-11-02

Publications (1)

Publication Number Publication Date
WO2018083570A1 true WO2018083570A1 (en) 2018-05-11

Family

ID=62075862

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2017/056613 WO2018083570A1 (en) 2016-11-02 2017-10-25 Intelligent hearing aid

Country Status (3)

Country Link
CN (1) CN110268726A (en)
AU (1) AU2017355584B2 (en)
WO (1) WO2018083570A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110528913A (en) * 2019-08-27 2019-12-03 邹瑜 A kind of Novel bus platform
WO2020040638A1 (en) 2018-08-23 2020-02-27 Audus B.V. Method, system, and hearing device for enhancing an environmental audio signal of such a hearing device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002043054A2 (en) * 2000-11-22 2002-05-30 Ericsson Inc. Estimation of the spectral power distribution of a speech signal
CN1474631A (en) * 2002-08-06 2004-02-11 杨志洪 Digital frequency-shift hearing aid
CN101079266A (en) * 2006-05-23 2007-11-28 中兴通讯股份有限公司 Method for realizing background noise suppressing based on multiple statistics model and minimum mean square error
WO2010091339A1 (en) * 2009-02-06 2010-08-12 University Of Ottawa Method and system for noise reduction for speech enhancement in hearing aid
US20150256950A1 (en) * 2012-10-05 2015-09-10 Wolfson Dynamic Hearing Pty Ltd Binaural hearing system and method
CN104954960A (en) * 2014-03-25 2015-09-30 三星电子株式会社 Method for adapting sound of hearing aid and hearing aid and electronic device performing the same

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201585128U (en) * 2009-12-30 2010-09-15 南京信息工程大学 Array microphone hearing-aid based on mobile phone platform
CN105554241A (en) * 2011-03-22 2016-05-04 先进电声私人有限公司 A communications apparatus
US9084063B2 (en) * 2012-04-11 2015-07-14 Apple Inc. Hearing aid compatible audio device with acoustic noise cancellation
CN102724360B (en) * 2012-06-05 2015-05-20 创扬通信技术(深圳)有限公司 Method and device for implementation of hearing-aid function of mobile phone and hearing-aid mobile phone
CN105827791A (en) * 2015-01-09 2016-08-03 张秀雯 Remote microphone hearing aid system on intelligent mobile phone and application method thereof
EP3057337B1 (en) * 2015-02-13 2020-03-25 Oticon A/s A hearing system comprising a separate microphone unit for picking up a users own voice
CN105050014A (en) * 2015-06-01 2015-11-11 邹采荣 Hearing-aid device and method based on smart phone
CN105764018B (en) * 2016-04-21 2019-07-09 天津大学 A kind of independently testing with hearing aid device system and its method based on intelligent terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002043054A2 (en) * 2000-11-22 2002-05-30 Ericsson Inc. Estimation of the spectral power distribution of a speech signal
CN1474631A (en) * 2002-08-06 2004-02-11 杨志洪 Digital frequency-shift hearing aid
CN101079266A (en) * 2006-05-23 2007-11-28 中兴通讯股份有限公司 Method for realizing background noise suppressing based on multiple statistics model and minimum mean square error
WO2010091339A1 (en) * 2009-02-06 2010-08-12 University Of Ottawa Method and system for noise reduction for speech enhancement in hearing aid
US20150256950A1 (en) * 2012-10-05 2015-09-10 Wolfson Dynamic Hearing Pty Ltd Binaural hearing system and method
CN104954960A (en) * 2014-03-25 2015-09-30 三星电子株式会社 Method for adapting sound of hearing aid and hearing aid and electronic device performing the same

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020040638A1 (en) 2018-08-23 2020-02-27 Audus B.V. Method, system, and hearing device for enhancing an environmental audio signal of such a hearing device
CN110528913A (en) * 2019-08-27 2019-12-03 邹瑜 A kind of Novel bus platform
CN110528913B (en) * 2019-08-27 2021-01-05 邹瑜 Novel bus stop

Also Published As

Publication number Publication date
CN110268726A (en) 2019-09-20
AU2017355584A1 (en) 2019-06-06
AU2017355584B2 (en) 2020-02-20

Similar Documents

Publication Publication Date Title
CN109727604B (en) Frequency domain echo cancellation method for speech recognition front end and computer storage medium
Jeub et al. Noise reduction for dual-microphone mobile phones exploiting power level differences
US9961443B2 (en) Microphone signal fusion
US20060206320A1 (en) Apparatus and method for noise reduction and speech enhancement with microphones and loudspeakers
CN107645697B (en) Adaptive filter unit for use as an echo canceller
EP2238592B1 (en) Method for reducing noise in an input signal of a hearing device as well as a hearing device
JP2014502074A (en) Echo suppression including modeling of late reverberation components
JP2013527493A (en) Robust noise suppression with multiple microphones
US9589573B2 (en) Wind noise reduction
CN111193977B (en) Noise reduction method of earphone, self-adaptive FIR filter, noise removal filter bank and earphone
WO2021047115A1 (en) Wireless earphone noise reduction method and device, wireless earphone, and storage medium
TW200910793A (en) System and method for adaptive intelligent noise suppression
US10972844B1 (en) Earphone and set of earphones
CN106448691A (en) Speech enhancement method used for loudspeaking communication system
CN112954530A (en) Earphone noise reduction method, device and system and wireless earphone
CN110996216B (en) Method, device and system for configuring equalization filter in earphone and earphone
AU2017355584B2 (en) Intelligent hearing aid
US8233650B2 (en) Multi-stage estimation method for noise reduction and hearing apparatus
CN114040287A (en) Method for actively reducing noise of earphone, active noise reduction system and earphone
WO2023000602A1 (en) Earphone and audio processing method and apparatus therefor, and storage medium
CN112802490B (en) Beam forming method and device based on microphone array
TWI465121B (en) System and method for utilizing omni-directional microphones for speech enhancement
WO2017000772A1 (en) Front-end audio processing system
CN107533849B (en) Audio signal processing apparatus for processing input headphone audio signal based on microphone audio signal
Lüke et al. In-car communication

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17868011

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2017355584

Country of ref document: AU

Date of ref document: 20171025

Kind code of ref document: A

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 05/08/2019)

122 Ep: pct application non-entry in european phase

Ref document number: 17868011

Country of ref document: EP

Kind code of ref document: A1