feat: Add SoundFont3 support with dynamic sample decoding #1828
build.yml
on: pull_request
Build and Test Web
2m 29s
Build and Test C#
2m 40s
Build and Test Kotlin
4m 23s
Annotations
12 errors and 10 warnings
Build and Test Web
Process completed with exit code 1.
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L96
'Expector<double>' does not contain a definition for 'GreaterThan' and no accessible extension method 'GreaterThan' accepting a first argument of type 'Expector<double>' could be found (are you missing a using directive or an assembly reference?)
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L97
'Float32Array' does not contain a definition for 'Buffer' and no accessible extension method 'Buffer' accepting a first argument of type 'Float32Array' could be found (are you missing a using directive or an assembly reference?)
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L97
'Float32Array' does not contain a definition for 'ByteOffset' and no accessible extension method 'ByteOffset' accepting a first argument of type 'Float32Array' could be found (are you missing a using directive or an assembly reference?)
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L97
'Float32Array' does not contain a definition for 'ByteLength' and no accessible extension method 'ByteLength' accepting a first argument of type 'Float32Array' could be found (are you missing a using directive or an assembly reference?)
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L97
'Uint8Array' does not contain a constructor that takes 3 arguments
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L109
'Float32Array' does not contain a definition for 'Buffer' and no accessible extension method 'Buffer' accepting a first argument of type 'Float32Array' could be found (are you missing a using directive or an assembly reference?)
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L109
'Float32Array' does not contain a definition for 'ByteOffset' and no accessible extension method 'ByteOffset' accepting a first argument of type 'Float32Array' could be found (are you missing a using directive or an assembly reference?)
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L109
'Float32Array' does not contain a definition for 'ByteLength' and no accessible extension method 'ByteLength' accepting a first argument of type 'Float32Array' could be found (are you missing a using directive or an assembly reference?)
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L109
'Uint8Array' does not contain a constructor that takes 3 arguments
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L132
'Uint8Array' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'Uint8Array' could be found (are you missing a using directive or an assembly reference?)
|
Build and Test Kotlin
Process completed with exit code 1.
|
Build and Test C#:
dist/lib.csharp/src/synth/vorbis/VorbisStreamDecoder.cs#L2232
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Build and Test C#:
dist/lib.csharp/src/synth/vorbis/VorbisStreamDecoder.cs#L2233
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Build and Test C#:
dist/lib.csharp/src/synth/vorbis/VorbisStreamDecoder.cs#L2234
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Build and Test C#:
dist/lib.csharp/src/synth/vorbis/VorbisStreamDecoder.cs#L2235
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L117
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L115
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L123
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build and Test C#:
dist/lib.csharp/test/audio/AlphaSynth.test.cs#L121
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build and Test C#:
dist/lib.csharp/test/audio/MidiFileGenerator.test.cs#L976
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build and Test C#:
dist/lib.csharp/test/audio/MidiFileGenerator.test.cs#L1012
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|