Skip to content

Instantly share code, notes, and snippets.

View liberaid2's full-sized avatar
🤷‍♂️
Android Developer

Egor Sheetov liberaid2

🤷‍♂️
Android Developer
  • St Petersburg
View GitHub Profile
@alexey-detr
alexey-detr / main.cpp
Last active April 7, 2024 04:56
Читаем заголовок WAV файла на C++
#include <stdio.h>
#include <tchar.h>
#include <conio.h>
#include <math.h>
// Структура, описывающая заголовок WAV файла.
struct WAVHEADER
{
// WAV-формат начинается с RIFF-заголовка: