-
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" …
-
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 …
-
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.
-
I noticed that `scipy.io.wavfile.read` will happily read a wavefile larger than 2**32 bytes, even though these files are not supported by the standard. However, scipy seems to read the `filesize % 2**…
-
In the script that extracts features for magphase, it says typically it extracts 60 mag, 45 real, and 45 imag features. I am using 48kHz audio, just like in the script. So are those numbers correct th…
-
I got this error:
```
$ make install
make[1]: Entrando no diretório '/home/mojo/Downloads/LibXtract-master/src'
c-ringbuf/ringbuf.c: In function ‘ringbuf_read’:
c-ringbuf/ringbuf.c:242:17: wa…
-
```
x = 1isize
-
```
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.…
-
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…