We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are currently using fflate, and because of safari we have to check another solution. In fflate you can zip folders by providing a code like that .
zipData["FOLDER_NAME"] = { "session.json": [fflate.strToU8(`{ "gender": "${audio.gender}", "numberOfStimuli": ${numberOfStimulus}, "stimulus_name": "${audio.name}", "stimulus": ${audio.stimuliNumber}, "session": "${session}", "final": false, "stimulus_uri": "${audio.audioUri}", "stimulus_version": "${audio.audioVersion}", "sampleRate": ${audio.sampleRate} }`), { level: 0 }], "ambiant.wav": [new Uint8Array(ambiantSound), { level: 9 }], "recording.wav": [new Uint8Array(audio.audio), { level: 9 }] };
Is that possible with wasm-flate ?
Best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are currently using fflate, and because of safari we have to check another solution. In fflate you can zip folders by providing a code like that .
Is that possible with wasm-flate ?
Best regards
The text was updated successfully, but these errors were encountered: