All Projects → MeguminSama → Genshin Audio Extractor

MeguminSama / Genshin Audio Extractor

Convert Genshin Impact audio files into a playable format

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Genshin Audio Extractor

Jpsxdec
jPSXdec: cross-platform PlayStation 1 audio and video converter
Stars: ✭ 219 (+305.56%)
Mutual labels:  audio, converter
Awesome Python Applications
💿 Free software that works great, and also happens to be open-source Python.
Stars: ✭ 13,275 (+24483.33%)
Mutual labels:  game, audio
Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (+79.63%)
Mutual labels:  audio, converter
Cordova Plugin Nativeaudio
The low latency audio plugin is designed to enable low latency and polyphonic audio from Cordova/PhoneGap applications, using a very simple and basic API.
Stars: ✭ 220 (+307.41%)
Mutual labels:  game, audio
Freac
The fre:ac audio converter project
Stars: ✭ 518 (+859.26%)
Mutual labels:  audio, converter
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+937.04%)
Mutual labels:  audio, converter
Tetris
👾 The original TETRIS game simulator
Stars: ✭ 111 (+105.56%)
Mutual labels:  game, audio
Cute headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Stars: ✭ 3,274 (+5962.96%)
Mutual labels:  game, audio
Duckhunt Js
DuckHunt ported to JS and HTML5
Stars: ✭ 390 (+622.22%)
Mutual labels:  game, audio
Vgmstream
vgmstream - A library for playback of various streamed audio formats used in video games.
Stars: ✭ 524 (+870.37%)
Mutual labels:  game, audio
Soloud
Free, easy, portable audio engine for games
Stars: ✭ 1,048 (+1840.74%)
Mutual labels:  game, audio
Flappy Pig
原生Javascript实现的小游戏《Flappy Pig》
Stars: ✭ 53 (-1.85%)
Mutual labels:  game
Genshin Impact Script
Sweet! What a cute Genshin Impact script!
Stars: ✭ 52 (-3.7%)
Mutual labels:  game
Captain Holetooth
An explorative platformer. Made with Godot Engine
Stars: ✭ 51 (-5.56%)
Mutual labels:  game
Kaichronicles
Lone Wolf game books player
Stars: ✭ 52 (-3.7%)
Mutual labels:  game
Gold Player
A first person player controller for Unity.
Stars: ✭ 53 (-1.85%)
Mutual labels:  game
Psychosynth
GNU Psychosynth is a a synthesizer and modular audio framework inspired by the ideas of the Reactable.
Stars: ✭ 53 (-1.85%)
Mutual labels:  audio
Audio player flutter
🎧 Apple Music / Tidal Audio Player for Flutter
Stars: ✭ 52 (-3.7%)
Mutual labels:  audio
Spocon
SpoCon - A Spotify Connect Client for Debian , Ubuntu and Raspberry Pi based on librespot-java
Stars: ✭ 51 (-5.56%)
Mutual labels:  audio
Fullsubnet
PyTorch implementation of "A Full-Band and Sub-Band Fusion Model for Real-Time Single-Channel Speech Enhancement."
Stars: ✭ 51 (-5.56%)
Mutual labels:  audio

Genshin Audio Extractor

Usage

  1. Extract your audio files from the Genshin Impact datafiles.
GenshinImpact_Data/StreamingAssets/Audio/GeneratedSoundBanks/Windows

Move the .pck files you want to extract into a folder. The files must be directly inside the folder - no subdirectories.

  1. install dependencies
npm install
  1. Run the program
node decode.js --input <your specified input>

The files in <your specified input> will be converted to .wav files inside ./output.

Options

You can pass an optional argument to export the audio in different formats.

Valid arguments are flac, mp3 and flacandmp3

node decode.js --input flac --audio flac

Encoding details

flac: lossless, 16bit, 44100 sample rate
mp3: 320kbit/s, 44100 sample rate

Todo:

  • [ ] Clean up dependencies

  • [ ] Cross-Platform (Win, Linux, OSX)

  • [x] Multi-export support (FLAC, MP3, etc)

  • [x] Automatically remove processed files once complete

  • [x] Multithreading

  • [ ] More?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].