-
Due to a buggy timestamp creation, Elekon BatExplorer 2.1 (https://www.batlogger.com/en/downloads/batexplorer/software/be_2.1/) creates GUANO wavefiles with 7-digit milliseconds. _strptime()_ in _pars…
-
Is wavefile able to read cue/marker points from wave files. I have seen very little on this topic and am curious if wavefile would support this.
-
It would be cool to have these shuffles in renoise.
[909shuffle.zip](https://github.com/user-attachments/files/16975925/909shuffle.zip)
-
Hello. I am creating an audio word processor and I am using Naudio to help with the actual recording and WAV file creation. I have got this to work using VS 2019 with the latest Naudio version on my 2…
-
I want to take a small slice from a larger .wav file and loop it.
Something like this would be great:
dac.playSlice(waveFile, offset, duration)
Units for offset and duration would be samp…
-
The config file suggests using wave files is faster than shared memory. It seems somewhat counter-intuitive but I tried it anyway, using a RAM disk as D:\ and setting transfermethod=wavefile. CWSL_DIG…
-
Hi, I'm using the Aquila library for a personal project and I was trying to load some .wav files in order to feed them to a neural network.
The problem is that the Aquila::WaveFile constructor tak…
-
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**…
-
Consider the following code:
```
require 'wavefile'
include WaveFile
#1 second 440 Hz square wave
format = Format.new(:mono, 16, 44100)
writer = Writer.new("square.wav", format)
cycle = ([2**15] * 5…
padde updated
2 years ago
-
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…