Hi! This is a VS Code extension I wrote mainly because I often encounter encoding issues at work. Actually I'm just a uni junior who needs to handle files with different encodings for work(not sure ...
encoding-converter/ ├── convert_wav2ulaw.mjs # WAV to μ-law conversion ├── convert_ulaw2wav.mjs # μ-law to WAV conversion ├── convert_wav2pcm.mjs # WAV to PCM conversion ├── convert_pcm2wav.mjs # PCM ...