Convenient and well-supported, Bluetooth microphones are a popular choice for Chromebook users. However, the audio quality of Bluetooth microphones is often limited when using narrow bandwidth speech (NBS) codecs. Audio quality is influenced by several factors, one of which is the sampling rate. Bluetooth NBS transmission limits the sampling rate to 8 kHz, limiting the maximum audio frequency that it can encode to 4 kHz (see Nyquist-Shannon sampling theorem).
Even when we use good microphones, the sampling rate is still capped at 8 kHz when using NBS. The higher frequency components of the audio signal are lost, resulting in sound perceived as muffled or distorted. Because of hardware limitations, many older Chromebooks only support NBS. Thus, we wanted to improve Bluetooth audio quality on those devices through software.
Bluetooth Microphone Super Resolution aims to improve the audio quality of Bluetooth microphones on older Chromebooks. With ChromeOS 118, we introduced this feature as beta to older Chromebooks—devices with room for improvement regarding audio sampling rate.
Based on subjective evaluation results from US users, we found that 82.8% of 450 users preferred the processed audio clips.
Rebuilding audio quality with Machine Learning
To increase perceived audio quality on older hardware, we developed a new feature called “Bluetooth Microphone Super Resolution” It uses a machine learning model called Sound EnhAncement Network (SEANet), which adopts U-Net-based architecture and adversarial training, to reconstruct the high-frequency details from low-frequency audio signals, resulting in clearer and more natural-sounding audio from a Bluetooth NBS microphone.
To train the model, we need paired audio signals: audio from a Bluetooth NBS connection and high-quality target audio. We used software simulation to create audio signals that resembled what we would get from a Bluetooth NBS connection. The Continuously Variable Slope Delta (CVSD) codec, used in Bluetooth NBS connection, was incorporated into the simulation process to model the distribution of audio signals. In addition to removing the high-frequency components in the audio signal, we also suppressed the frequency components below 510 Hz in a stochastic manner to mimic the recommended Bluetooth frequency mask.
The final processing steps were:
- Augmentation: The input audio signal was augmented with random cropping, gain adjustment, band-pass filtering, and Gaussian noise.
- Downsampling: Audio was down-sampled to 8 kHz; the sampling rate of narrow-band speech.
- Encoding and decoding: The CVSD codec was added to make the audio signal distribution similar to that from narrow-band speech connection.
- Upsampling: Finally, the audio signal was upsampled to the target sampling rate before feeding into the model. Note that the upsampling here does not reconstruct high-frequency components; instead, it fills the high-frequency bins with aliases of low-frequency bins or simply with zeros.
We also collected audio samples from different Bluetooth microphones for model evaluation, selecting models based on the evaluation results.
Results preferred by over 80% of users
We presented users with two versions of an audio clip recorded on Airpods: one before processing and one after processing. Our model was able to reconstruct high frequency components generating a sound quality preferred by 82.8% of 450 users.
Listen to the below before and after demo samples processed by the model.
Audio signal from Bluetooth NBS connections | Audio signal processed by the model |
---|---|
From the spectrogram, we can see that the highest frequency is capped at 4 kHz. | The highest frequency becomes 12 kHz and some of the higher frequency components are reconstructed. |
Try it out
Bluetooth Microphone Super Resolution is available on older Chromebooks that only support NBS connections and have sufficient computing resources.
The feature is behind an experimental flag as of ChromeOS 122. If switched on, it will take effect whenever a Bluetooth NBS microphone is used.
To use the feature:
- Start Chrome, type
chrome://flags#audio-hfp-mic-sr-toggle
in the search bar, and press enter. - Set the
audio-hfp-mic-sr-toggle
flag toEnabled
and click Restart. - In Settings > Audio, click Bluetooth Super Resolution to toggle the feature on.
You are now ready to use your enhanced Bluetooth microphone with any audio recording apps on your device, such as Meet.
Because machine learning models have significant performance requirements, we’ve focused our efforts thus far on a set of KabyLake devices with Core i3/i5/i7 CPUs. Support for this feature includes the following devices:
- Pixelbook
- Acer Chromebook 13 / Spin 13
- Google Pixel Slate
- ASUS Chromebook Flip C434
- Lenovo Chromebook C340-15
- Dell Inspiron 14 2-in-1 Model 7486
- Yoga Chromebook C630
- ASUS Chromebook C425
- ASUS Chromebook Flip C433TA