News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

NEW to 32 bit MASM First time Post

Started by ROBOSPOOK, June 01, 2014, 08:08:37 AM

Previous topic - Next topic

Siekmanski

This example uses SPTI, so you have real low-level acces and control.

It's an example of reading raw sectors from an Audio-CD and see if it has CD-TEXT.
It also reads the TOC so you can read all the audio data tracks.
Via the function "ReadSector" you can read the stereo 16bit PCM audiodata. (2352 bytes per sector)

This is not an audio player but a test for all the functions needed to build one.
Creative coders use backward thinking techniques as a strategy.

habran

Hi Siekmanski :biggrin:
This is a valuable pace of work  :icon_eek:
Wel done :t
Cod-Father

ROBOSPOOK

MichaelW,
   AWESOME example.. thanks for pointing this out. 

THIS FORUM ROCKS

RObo

Vortex

The attached tool reads the UUID value of partitions. It supports the NTFS,FAT,FAT32,exFAT and the CDFS formats. The tool finds the UUIDs by reading the sectors.