m4b
m4b
I'm hitting this assert here: https://docs.rs/twang/latest/src/twang/synth.rs.html#54 Is this intended? I have a sample rate of 44100 coming from default cpal config, is it a requirement the sample rate is 48000,...
I realized that when the debuginfo is missing for a symbol table entry, ddbug still outputs the entry with whatever it finds in the symbol table. This is great! However,...
I don't know if this a planned feature or on your mind, but it sure would be great :D
Hello! Great crate :) So, I'm thinking about two features, first: 1. Would it be possible to support colorizing sub ranges of the hextable, e.g.: ``` 00000120 00 00 00...
There seems to be a bug when a small sample, slowed down even more, will have a significant amount of silence (0s) added at end of output, that is not...
ELF symbol lookups, i.e.: `rdr -m -f pthread_cond_signal` need explicit versioning against libraries in linux/ELF, otherwise an erroneous warning is posted that multiple libraries were resolved for the same symbol...
Currently `rdr` makes bad distinctions between offsets and vmaddr. Unfortunately, our previous binary masters believed that embedding vmaddresses in the binary was the responsibility of the binary and not the...
When a mach map is built: `rdr -m -f _printf -D` will incorrectly disassemble the wrong area, as rdr sucks out the 64-bit binary and all offsets are not relative...
Hello, First off, *incredible* project; this is just what i wanted; a simple cli waveform viewer. i get tired of opening and closing audacity over and over just to see...
Besides the link line being bonkers with duplicate `libpulse.so.0`, I get a linking error in final build: ``` dynamic" "-ldl" "-ldl" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0" "-l:libpulse.so.0"...