方泓睿

Results 26 comments of 方泓睿

Same issue here. Any progress?

Use `Set-ExecutionPolicy` to temporory allow any script execution should workaround the issue. Refer to this: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7

Same here with Big Sur 11.0.1. Any progress after 10 months?

I had made some changes in package aiff but it didn't work well . After encoding I heard lots of noise. Do you have any ideas? https://github.com/chfanghr/aiff/blob/master/encoderf32.go

@mattetti I think you misunderstood what I try to do. According to aiff documentation aiff can store pcm data in float32 . So what I tried to do is to...

DeepEqual on two slices is an O (n) operation so it may bring a strong impact to the performance.

Oh sorry I didn't see that it's a test.

  Here is the result.On the left side is the generated one, and the expected one is on the right. ```bash $ od output.raw $ od expected.raw ``` ![image](https://user-images.githubusercontent.com/40087668/56885632-b8cf3b80-6a8e-11e9-9ed0-efcfae95f8a9.png)

My currnet solution is buggy which introduces too much noise. Actually, we need to do resample for a better result.

I would like to try to implement this stuff these days.