-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
**Describe the problem you have/What new integration you would like**
A VU meter and VAD (voice activity detection) available to the i2s_audio microphone and eventually other means of signal proc…
-
Here are 10 approaches to implement adaptive noise reduction, ordered by complexity/effectiveness:
### 1. Enhanced Spectral Subtraction
- Track noise floor during silence periods
- Use overlappin…
-
#### Description
I would like to request the integration of RNNoise for enhanced noise cancellation capabilities in our project. RNNoise, developed by Xiph.org, utilizes a recurrent neural network t…
-
- [ ] User Interface
- [ ] Display a cursor on x-y coordinate plane
- [ ] Playback file browsing
- [ ] Settings activity
- [ ] Signal Processing
- [x] Access microphone / headset / …
-
There is currently no audio support planned until reverse engineering and interfacing with the digital bus is fully working. Creating this Issue as a placeholder for possible future work and to inform…
-
This came up in https://github.com/mixxxdj/mixxx/pull/13888#issuecomment-2477938796: When Mixxx is configured to a sample rate than an AU plugin does not support (e.g. 48 kHz when the plugin only supp…
-
currently, TASCAR and zita-njbridge both depend on jack for audio communication. This should be separated to allow cross-platform audio backends.
-
Currently ExoPlayer plays using AudioTrack configured with a significant (>250ms) buffer. This is done to avoid underrun and works well for most of our users. Nevertheless, it prevents some use-cases …
-
### 🚀 The feature, motivation and pitch
Over the past years, multiple issues were opened about using the non-default parameters in `torch.stft` and `torch.istft`. Those issues have not been solved an…