-
I have a wavefile in GHW format that is ~300 MB in size.
I have tried to open it with gtkwave and the tool hangs requesting tons of memory ( I have a 16 GB machine and it takes 20 GB requiring the os…
-
I am testing a small script where two .wav files are played depending on the readings from an HC-SR04. I am running this script on a feather M4 Express with a Prop-Maker for audio.
In Example 1, I …
-
I can't execute the OpenAL_3D.py, because it said module 'openal.al' has no attribute 'ALuint'. I'm new to this, can you tell me how I suppose to run the example? Thank you
`Usage: openal_3d.py wav…
-
```
func recordWav() string {
audioFileName := "temp.wav" //os.Args[1]
fmt.Println("Recording. Press ESC to quit.")
waveFile, err := os.Create(audioFileName)
chk(err)
// www.people.…
-
Performance benchmarks for writing a ``wavers::WaveFile`` vs. ``hound::WavWriter`` show room for improvement for ``Wavers``. It is worth a deeper investigation to writing wav data in Rust.
-
```
x = 1isize
-
If I use the microphone input to record content, a wavefile is created. Such as
```
pxs_2022-04-30_22.36.00.wav
```
but I have no idea how to find the file since I can't seem to "open in Finder" …
-
This code looks wrong for some values:
https://github.com/adafruit/circuitpython/blob/82427612d15ac85d0a34132ace7f8369dacd66ef/shared-module/audiocore/WaveFile.c#L223=L237
For `length_read` of 4…
-
extend SPI protocol for reading audio wavefiles to bfin SDRAM.
-
Hi!
First of all thanks for this awesome package!
I just wanted to ask whether it's possible to add support for prerecorded audio files? So e.g. the method PitchDetector.detectPitches accepts a fi…