Alex Barney

Results 72 comments of Alex Barney

It would be very helpful if DiscUtils supported FAT32 long names for reading and writing because the file system is so widely used. It seems a little odd that NTFS...

This PR has a bug where the long name isn't used if the name has a `.` at index 8

That file contains Microsoft ADPCM. VGAudio currently only supports PCM audio in wave files

@CaitSith2 The library and tool already handle split NAX0 and NCA files. The tool will read split NAX0 files individually and will read split NAX0/NCA files when using `-t switchfs`...

Try repacking the audio stream. I think you might be able to do that by "converting" the BCSAR to another BCSAR. If not, convert to something like BCSTM and back....

That isn't really within the scope of the project. It mainly handles encoding, decoding and working with the various audio containers.

This would be one easy way to get a wave file: ``` byte[] adxFile; AudioData audio = new AdxReader().Read(adxFile); byte[] waveFile = new WaveWriter().GetFile(audio); ``` Or to get the PCM...

Hmm, interesting. I'll take a look at it if you post the file and command used. There was [a bug](https://github.com/Thealexbarney/VGAudio/commit/15b3faa4e2f5a35214e67a139579d2e0fcd699f9) fixed in August that would rarely cause some static. (I...

Side note first. This issue is not due to VGAudio's DSP-ADPCM alignment method of applying the alignment to already encoded ADPCM like I thought it would be. Say we have...

Does the prod.keys from lockpick contains the correct sd card seed? The same one you use when you pass it manually?