Andrew Weaver

Results 151 comments of Andrew Weaver

Closing this for now - haven't found a solution that works better than the current pashua/dialog combination without swelling audiorecorder to a silly size! If anyone has any radness soon,...

I have a working electron prototype - I just felt it was impractical to have to build an electron app of over a hundred megabytes to control a tiny tiny...

qt does look promising - audiorecorder probably would require a very similar GUI to that FFmpeg controller in terms of functions. Also, maybe time to take another look at [Shoes](http://shoesrb.com/)?...

Ok, on a little further analysis I think [shoes](http://shoesrb.com/) is EXACTLY what the doctor ordered. Super small packages that download the Shoes back-end as needed when run. I'll dive into...

I have created a repo [over here](https://github.com/privatezero/audiorecorder2/tree/master) for the time being to start building out the initial gui structure. I think this has a lot of promise in terms of...

Hi @jbbenoit73 - thanks for reporting this! I think I've figured out the [glitch causing the button problem](https://github.com/amiaopensource/vrecord/pull/710). When I get a chance I'll take a deeper look to see...

@jbbenoit73 - vrecord relies on parsing the output of arecord to populate the list of audio devices on Linux. Could you tell me what the output of `arecord -l` is...

@jbbenoit73 thanks for providing that output, that was very helpful! The problem was the underlying function for populating that list was incorrectly assuming an English output from `arecord`. We have...

I'm hoping we can get this fix merged into a new release in the next couple of days, so at that point all you will need to do is update...

Re-opening as this is still an issue, I just haven't thought of a good way to handle it yet (beyond something very blunt like storing a counter and rechecking the...