-
Hi, I would like to import the dasp_sample crate for use in AOSP and AOSP importer checks for license files that are bundled along with the crate that was downloaded from crates.io.
I manually insp…
-
- [x] Eigen http://eigen.tuxfamily.org/index.php?title=IDEs#Visual_Studio
- [x] G++ http://preshing.com/20141108/how-to-install-the-latest-gcc-on-windows/
- [x] CMAKE https://cmake.org/download/
- …
-
I find the API of ReadDiskStream unintuitive:
```
let ch1 = read_data.read_channel(0);
let ch2 = read_data.read_channel(1);
for f in 0..frames {
self.buffer[f * 2] = ch1[f];
self.buffer[f * …
-
This crate looks nice, but it seems to be missing a way to iterate over the frames of a buffer, only the samples within one channel at a time. Sometimes it is necessary to iterate over frames to do op…
-
As far as I can tell, dasp::slice currently assumes `Interleaved` frame-layouts. (LRLRLRLRLRLRLRLR) In some cases (for example when working with FFmpeg), I get audio in `Planar` layout (LLLLLLLLRRRRRR…
-
**Submitting author:** @jcupsmith (Jacob Smith)
**Repository:** https://github.com/ORNL/dasp-stacker
**Branch with paper.md** (empty if default branch):
**Version:** v0.1.1
**Editor:** @kellyrowland
…
-
Hey! I wanted to ask if FFTs are in scope for this project? I'd be happy to help try to implement if so, since I've been working on a couple of audio projects using dasp, and it feels natural to inclu…
-
- [ ] Change all the return value of Source method to Box. There may be many things to solve here.
- [x] The repeat should not use `clone`. perhaps loop back the index?
- [x] Seperate the `AudioPla…
-
Hey,
thanks a lot for the nice library!
When trying to run the official resampling example - [here](https://github.com/RustAudio/dasp/blob/master/examples/resample.rs), I'm getting some import…
-
Just documenting my unsuccessful attempts to build from master since https://github.com/museumsvictoria/spatial_audio_server/commit/c8e3208e8e82ae1e0bacb0f0e7db44a63508aae7 was merged, updating to nan…