1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 03:14:45 +00:00
QB64-PE/internal/c/parts/audio/decode/mp3/download
Luke Ceddia b586eafd3b Integrated _BLINEINPUT into regular LINE INPUT for BINARY files
LINE INPUT will now use the faster method if passed a file handle
that has been opened FOR BINARY. As such, the _BLINEINPUT command
has been removed.

qb64.bas now takes advantage of this for reading from '$include files,
at least in Include Manager 1. Some tweaking of internal/source/main.txt
was required to get things into a sane state, so I'm holing off changing
the compiler any further so the auto-builder can make sure everything's
smoothed over.

Note: Everything should still compile as normal; I'm just being overcautious.
2014-07-27 00:06:17 +10:00
..
mpglib Integrated _BLINEINPUT into regular LINE INPUT for BINARY files 2014-07-27 00:06:17 +10:00
INSTALL.txt Integrated _BLINEINPUT into regular LINE INPUT for BINARY files 2014-07-27 00:06:17 +10:00
lgpl.txt Integrated _BLINEINPUT into regular LINE INPUT for BINARY files 2014-07-27 00:06:17 +10:00
Makefile Integrated _BLINEINPUT into regular LINE INPUT for BINARY files 2014-07-27 00:06:17 +10:00
MP3decoder.cpp Integrated _BLINEINPUT into regular LINE INPUT for BINARY files 2014-07-27 00:06:17 +10:00
MP3decoder.h Integrated _BLINEINPUT into regular LINE INPUT for BINARY files 2014-07-27 00:06:17 +10:00
readme.txt Integrated _BLINEINPUT into regular LINE INPUT for BINARY files 2014-07-27 00:06:17 +10:00

  mpglibdll cross-platform with source (LGPL)
  Version 0.10, Dec 2004

 WHAT'S THIS
  The new mpglib.dll is base on mpglib.dll (Win32) with adapted from mpglib by 
  Martin Pesch (http://www.rz.uni-frankfurt.de/~pesch)
  The VBR compatibility has improved. It can work with 
  cross-platform compiler GCC(mingw32), So it can compile on Linux, FreeBSD, etc..
  Full Object Oriented and Thread Safe library, no global variable with Thread Safe problem.
  Include MP3decoder.h and .cpp is a wapper class, and it have some useful function
  like getpos and setpos, they are vbr supported.

  I want the mpg123 engine can have a better future compare to libmad, Because mpg123's
  decoding quality is good.

 PLEASE NOTE

  The mpglib is originally provided by Michael Hipp under
  the GNU Lesser General Public Licence (LGPL). So even this
  modified version is provided under the LGPL (see lgpl.txt).
  You find the mpg123 project at http://www.mpg123.de. I used the
  mpglib with optimized Huffman tables from the Lame project
  wich is reachable under http://www.sulaco.org/mp3.