Ryan Ramage

Results 52 comments of Ryan Ramage

This issue seems to be related to issue #74

I have found that this mode gets me really close ```scrcpy --window-width 100 --window-height 100 --otg -s DEVICEID``` I've created a ticket in the Barrier project here https://github.com/debauchee/barrier/issues/1452#issuecomment-1162329019 which seems...

https://twitter.com/shanselman/status/1116162158578941952

Found another wav recorder, this one is a lot smaller - one file. It could be copied in https://github.com/Jam3/audiobuffer-to-wav/blob/master/index.js

And an example usage of it with Tonejs. https://github.com/generative-music/generative.fm/commit/de2422672a597f7a1772c9caf10eea65a4c2e6fa#diff-728aabb9c1db2479f130d548895290cfR20

I have updated the tittle of the issue - I think that the ogg header info in not being set, I will have a look.

I had a bash at this over the weekend. While it seemed simple at first, some of the complexities emerged. Also, I just re-read this thread: https://groups.google.com/forum/?fromgroups=#!topic/jamjs/LJ2uGL63ens Seems like following...

Looks like you should update your npm version to support ^ dependencies. ``` npm install npm -g ```

The patch still allows for detecting a .couchapprc file in a higher level dir. This still works. Most build tools expect to be run from the root dir, so I...