protyposis / Aurio

Audio Fingerprinting & Retrieval for .NET
GNU Affero General Public License v3.0
128 stars 28 forks source link

feat: read FFmpeg samples without intermediary buffer #23

Closed protyposis closed 5 months ago

protyposis commented 5 months ago

Use newer .NET API to read samples from native layer directly into managed memory and avoid the overhead of copying into a transfer buffer.