Chris Needham
Chris Needham
> I am using Peak,js in my react app. I am also using the backend library for pre-processing the waveform data. The default behavior of zoom functionality re-renders the graph...
Changing from 256 to 512 will decrease the space by half. You can work out how many pixels for 1 second of audio by calculating sampleRate / zoom, e.g., 44100...
Which OS version are you using? What does `dpkg --get-selections | grep hold` report?
Where are you installing from? There's no official Debian package available, so I recommend building from source.
I don't know what to suggest. On my Ubuntu 22.04 with Homebrew installed, I don't have this file: /home/linuxbrew/.linuxbrew/include/bits/errno.h. What does `ll /home/linuxbrew/.linuxbrew/include/` output on your system?
Sorry, I'm away at a conference right now, so my time is a bit limited. When I compare your output against mine, I do not have this: ``` lrwxrwxrwx 1...
`brew uninstall glibc` (or `brew uninstall --ignore-dependencies glibc`) if needed. But I just tried installing glibc and rebuilding audiowaveform and it worked, so I'm not sure...
I'm not sure what to suggest. The following commands worked for me, to do a clean install of homebrew and install audiowaveform: ```sh /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install...
This is a good question. It's currently not easy (or even possible) to do this using the custom segment marker API. There is a new feature in development in the...
Thank you, somehow I missed your previous comment here, I'll take a look.