Author Topic: Samples list  (Read 11061 times)

Offline Gab75

  • FBNeo Contributor
  • *****
  • Posts: 1481
  • Karma: +33/-0
  • All games deserve to be emulated, more or less! :P
Re: Samples list
« Reply #15 on: September 10, 2017, 12:47:47 AM »
I have tried it and works nicely!!

Thank you very much!!

You're welcome... I was pleased to lend a hand :)

Offline jan_klaassen

  • FBNeo Dev
  • ******
  • Posts: 315
  • Karma: +10/-0
Re: Samples list
« Reply #16 on: September 13, 2017, 02:12:19 PM »
Attached is a quick python 3 script to extract sample data from a dat file (fba only specifies a filename for each sample so that's all this gives you).

Code: [Select]
C:\fba>extract-samples.py --help
usage: extract-samples.py [-h] input

build a list of required samples from a dat file

positional arguments:
  input       dat file to parse

optional arguments:
  -h, --help  show this help message and exit

C:\fba>