Isabelle Santin

Results 52 comments of Isabelle Santin

I have this implemented to a certain extent and I'm actively working on it. Check it out here: [https://github.com/yodadude2003/algebra.js](https://github.com/yodadude2003/algebra.js)

I have this implemented to a certain extent, although I'm not actively working on it. Check it out here: https://github.com/yodadude2003/algebra.js

Just removed some unnecessary commits and squashed some smaller ones together

Status update: The responsibilities and role of the Rational class has changed. Instead of being implemented at the term level (inside of expressions), Rationals now sit above Expressions in the...

I fixed this by simply reverting my WSL install to WSL v1. Its the simplest option, and if you still want to have a WSL2 machine as your main you...

As far as I understand, this issue is caused by the fact that WSL2 creates a virtual network adapter for the virtual machine, which makes it very difficult to give...

Both VideoStream and AudioStream wrappers have a `Seek` function that you can pass a timestamp to in the form of a TimeSpan value. Simply pass `TimeSpan.Zero` and then call TryGetNextFrame...

This feature of the library is quite fiddly. Verify that your values for SamplesPerFrame, SampleRate, and other parameters are supported by the codec you are using. You can find this...

@dianejason please refer to my previous response. Especially because you are transcoding you may have to implement some kind of buffering logic that puts all the sample data into frame...

I'm bumping this because I really need this feature