Code Monkey home page Code Monkey logo

flh's Introduction

FLH

Winbond Voice Editor file extraction with Python. Basically completely written by @luigoalma

Input an FLH file and out will come WAV files with their original filenames.

Usage

Usage: FLH.py <.flh file> <destination directory>

Known Issues

There is a bug wherein the stock Italian.flh voicepack will not extract due to a difference seemingly unique to that file. Issue #1 tracks this bug.

flh's People

Contributors

lethaltail avatar

Watchers

 avatar

flh's Issues

Non-full coverage of stock default FLH files for extraction

Issue:

Italian.flh (Stock file included with Winbond Voice Editor) does not extract.
This does not occur with any other .flh file from the software package.
Extractor version: 2ea97a5

Output:

Winbond Voice Editor File Extractor.
File opened.
11 files specified.
Traceback (most recent call last):
  File "/home/emma/git/flh/FLH.py", line 43, in <module>
    wavs = [read_wav_chunk(filebuffer) for i in range(0, header_chunks)]
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/emma/git/flh/FLH.py", line 13, in read_wav_chunk
    data_size, header = struct.unpack('<I80s', foo)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
struct.error: unpack requires a buffer of 84 bytes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.