Autor Thema: Monkey's Audio  (Gelesen 18322 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.38
« Antwort #255 am: 30 Juli, 2022, 10:10 »
Whats new:>>

Changed: Added construction to wave format extended object and removed the memsets.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.40
« Antwort #256 am: 31 Juli, 2022, 09:40 »
Whats new:>>

    Fixed: Seeking to the end of files was broken in build 39.

Version 8.39

    Fixed: Setting the EOF wasn't working nicely in a whole file reader.
    Changed: Switched from = { 0 } to a memset to initialize arrays and other objects.
    Changed: Introduced a CLEAR macro for emptying an object to make the code cleaner.
    Fixed: Seeking to the end of the file could fail in some cases due to sign flipping.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.41
« Antwort #257 am: 31 Juli, 2022, 18:10 »
Whats new:>>

    Changed: Switched to the stock Winamp file information dialog instead of showing a custom one.
    Changed: Set a timer for three seconds after Winamp queries for file information to unload the file (since Winamp doesn't provide a finished function call).

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.42
« Antwort #258 am: 10 August, 2022, 21:45 »
Whats new:>>

    Changed: Updated to Visual Studio 17.3.0.
    Changed: Define NOMINMAX so Windows won't add min / max macros to avoid accidental usage instead of ape_min / ape_max (which breaks cross-building).
    Changed: Reenabled warning 4710 and worked around it (now MSVC uses the function used earlier for number to string conversion, etc.).
    Changed: Added a size_t cast to remove the final couple warnings about possible overflows.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.43
« Antwort #259 am: 12 August, 2022, 18:15 »
Whats new:>>

    Fixed: The console output saying compressing would not always show the compression mode string properly outside Windows.
    Fixed: WAVE_FORMAT_EXTENSIBLE files would not compress in some cases.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.51
« Antwort #260 am: 14 August, 2022, 20:10 »
Whats new:>>

Version 8.51 (August 14, 2022)

    Changed: For clarity flipped the naming in the code around so there is interim mode and normal mode (interim was used for a short while accidentally).

Version 8.50 (August 14, 2022)

    Changed: The encoder uses what was previously "legacy mode" for all 24-bit encodings. This provides wider compatibility with only slightly worse compression.
    Changed: Switched the limit for whole file reading during a verify to 500 MB for the 64-bit builds (still 100 MB for the 32-bit).

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.52
« Antwort #261 am: 21 August, 2022, 19:10 »
Whats new:>>

    Changed: Updated to Visual Studio 17.3.1.
    Changed: Got rid of the warning suppression 4464 and instead just define the MACLib project as an include path.
    Changed: Removed the ShowFileInfoDialog function from MACDll since Winamp now uses the stock dialog and the main program has its own dialogs.
    Changed: Added a few more fields to the APE file information dialog of the main program.
    Changed: Found that the Windows include suppressed warning 4514 so worked through that warning as well after turning it back on.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.53
« Antwort #262 am: 22 August, 2022, 18:45 »
Whats new:>>

Fixed: The make file needed to be updated for the IO changes.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.54
« Antwort #263 am: 25 August, 2022, 18:45 »
Whats new:>>

    Changed: Updated to Visual Studio 17.3.2.
    Changed: Moved the MFC warnings to a seperate shared header file.
    Changed: Temporarily removed the new WavPack because it's tripping up Virus Total. It can be downloaded separately on the download page.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.56
« Antwort #264 am: 27 August, 2022, 08:10 »
Whats new:>>

    Changed: Switched to WavPack 5.5.0 from another source that avoids the virus warnings.

Version 8.55

    Changed: Reverted to WavPack 5.4.0 (until 5.5.0 can stop the Virus Total warnings).

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.57
« Antwort #265 am: 29 August, 2022, 18:20 »
Whats new:>>

    NEW: Implemented the Winamp system for getting cover art (thanks David Bryant / WavPack).
    NEW: Also added the Winamp function to remove cover art.
    Note: The set function isn't being called, so if anyone has any hints on that please share.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.58
« Antwort #266 am: 30 August, 2022, 05:10 »
Whats new:>>

Fixed: Winamp could error in some cases due to recent changes.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.59
« Antwort #267 am: 30 August, 2022, 20:40 »
Whats new:>>

    Changed: Getting and setting album art creates a new object each time instead of using the last loaded one.
    Fixed: Winamp could fail to start playback in some cases because the file wasn't being opened with FILE_SHARE_WRITE access.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.60
« Antwort #268 am: 31 August, 2022, 09:10 »
Whats new:>>

    NEW: Format Information is returned in the Winamp file information dialog.
    Changed: Updated to Visual Studio 17.3.3.
    Changed: The program is a little better about preserving the error codes issued during file open instead of returning a generic error

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190632
  • Ohne Input kein Output
    • DVB-Cube
Monkey's Audio 8.62
« Antwort #269 am: 31 August, 2022, 21:40 »
Whats new:>>

Version 8.62

    Changed: Made the file information dialog better report files with both APE and ID3 tags.
    Changed: Made a definition of the wcscpy_s function to avoid unused variable warnings outside Windows (thanks Valérian Sibille).

Version 8.61

    Changed: Moved the code to get the compression level name into a shared space and reference it everywhere (instead of having a few copies).
    Changed: When checking for tags, an APE tag is checked for even if an ID3 tag is found so both tags should be supported.
    Changed: Moved the shared MFC functions to a common file instead of re-implementing in a couple places.

https://monkeysaudio.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )