music-metadata
Advanced tools
Comparing version
@@ -13,9 +13,3 @@ import type { IGetToken, ITokenizer } from 'strtok3'; | ||
captureStackTrace(targetObject: object, constructorOpt?: Function): void; | ||
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite /** | ||
* Specifies the amount of time to buffer data before starting to play the file, in millisecond units. | ||
* If this value is nonzero, the Play Duration field and all of the payload Presentation Time fields have been offset | ||
* by this amount. Therefore, player software must subtract the value in the preroll field from the play duration and | ||
* presentation times to calculate their actual values. It follows that all payload Presentation Time fields need to | ||
* be at least this value. | ||
*/[]) => any) | undefined; | ||
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; | ||
stackTraceLimit: number; | ||
@@ -22,0 +16,0 @@ }; |
@@ -122,3 +122,3 @@ import initDebug from 'debug'; | ||
case GUID.CompatibilityObject.str: | ||
this.tokenizer.ignore(remaining); | ||
await this.tokenizer.ignore(remaining); | ||
break; | ||
@@ -125,0 +125,0 @@ case GUID.ASF_Index_Placeholder_Object.str: |
@@ -20,3 +20,2 @@ import { fileTypeFromBuffer } from 'file-type'; | ||
import { riffParserLoader } from './wav/WaveLoader.js'; | ||
import { amrParserLoader } from './amr/AmrLoader.js'; | ||
import { scanAppendingHeaders } from './core.js'; | ||
@@ -50,4 +49,3 @@ const debug = initDebug('music-metadata:parser:factory'); | ||
dsfParserLoader, | ||
dsdiffParserLoader, | ||
amrParserLoader | ||
dsdiffParserLoader | ||
].forEach(parser => this.registerParser(parser)); | ||
@@ -54,0 +52,0 @@ } |
@@ -0,0 +0,0 @@ The MIT License (MIT) |
{ | ||
"name": "music-metadata", | ||
"description": "Music metadata parser for Node.js, supporting virtual any audio and tag format.", | ||
"version": "10.6.5", | ||
"version": "10.7.0", | ||
"author": { | ||
@@ -126,3 +126,3 @@ "name": "Borewit", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.10.1", | ||
"@types/node": "^22.10.5", | ||
"c8": "^10.1.3", | ||
@@ -137,3 +137,3 @@ "chai": "^5.1.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.7.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
@@ -140,0 +140,0 @@ "engines": { |
[](https://github.com/Borewit/music-metadata/actions?query=branch%3Amaster) | ||
[](https://ci.appveyor.com/project/Borewit/music-metadata/branch/master) | ||
[](https://npmjs.org/package/music-metadata) | ||
@@ -51,3 +50,2 @@ [](https://npmcharts.com/compare/music-metadata,jsmediatags,musicmetadata,node-id3,mp3-parser,id3-parser,wav-file-info?start=600&interval=30) | ||
| AAC | ADTS / Advanced Audio Coding | [:link:](https://en.wikipedia.org/wiki/Advanced_Audio_Coding) | <img src="https://svgshare.com/i/UT8.svg" width="40" alt="AAC logo"> | | ||
| AMR | Adaptive Multi-Rate audio codec | [:link:](https://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec) | <img src="https://foreverhits.files.wordpress.com/2015/05/ape_audio.jpg" width="40" alt="Monkey's Audio logo"> | | ||
| APE | Monkey's Audio | [:link:](https://wikipedia.org/wiki/Monkey's_Audio) | <img src="https://foreverhits.files.wordpress.com/2015/05/ape_audio.jpg" width="40" alt="Monkey's Audio logo"> | | ||
@@ -54,0 +52,0 @@ | ASF | Advanced Systems Format | [:link:](https://wikipedia.org/wiki/Advanced_Systems_Format) | | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
514569
-1.07%193
-3.02%12158
-0.86%847
-0.24%