Austin Burk

Results 76 comments of Austin Burk

I've been struggling to find a way to get Broadway to play audio straight from the mp4 file. My main issue is that the native HTML5 video element, no matter...

That's a real shame. I got a capture-modded 3DS to produce support documentation for something called [Sudomemo](https://www.sudomemo.net) and it would be really amazing to get audio with it too. I...

Good news, I've made some progress figuring out how to decode the audio, bad news, my lack of experience with C++ is slowing me down. I'll keep you updated though!

Please oh please, I would love your help. Here's my notes. # audio research notes Fired up wireshark for my first ever attempt at sniffing USB traffic. The URB_BULK in...

Here's a YouTube video showing what I managed to achieve. Sorry for the phone recording, my screen-recorder doesn't want to do audio right now. https://www.youtube.com/watch?v=LZxUwIwCtI8 Reviewing my footage, I'm thinking...

also idk how useful this will be but Wireshark filters for only data sections (multiple addresses so we regex-select the usb source): ``` ((usb.src ~ "1.5..") || (usb.dst ~ "1.5.."))...

Wow, that was super helpful! I tried to force the bitrate with the `-ar` param and it worked wonders! (note that audio data is being sent to stdout) ``` ./Cute3DSCapture...

I did try stripping out the large long sections of null bytes that I was getting in the stream by sticking this before ffplay: ``` ./Cute3DSCapture | perl -np -e...

I haven't had the time to look much more into this but I did throw together something on my phone that barely works: https://github.com/sudofox/Sudo3DSCapture I may use it to experiment...

> No progress on my end and as far as I know sudofox got stuck at roughly the same part I got stuck at back in the day. > I...