Sylvain Rougeaux

Results 20 issues of Sylvain Rougeaux

Hi Lukas, The FFmpegAudioReader class uses two FFmpeg deprecated API: 'AVStream::codec': was declared deprecated in chromaprint\src\audio\ffmpeg_audio_reader.h 179 'avcodec_decode_audio4': was declared deprecated in chromaprint\src\audio\ffmpeg_audio_reader.h 295 More info at: https://ffmpeg.org/doxygen/3.1/group__lavc__encdec.html Regards

Hi Lukas, The matcher API has been removed 12 days ago because it has needed a better design. The release of chromaprint v1.4 seems to be imminent. When can we...

The FFmpegAudioReader::Read method raises an AccessViolationException, after calling the swr_convert function with FFmpeg 4.0 on the following MP3: https://www.dropbox.com/s/gmw3lc8z67n63aw/access_violation_exception.mp3?dl=0 On previous version of FFmpeg, fpcalc simply returns `ERROR: Error decoding...

Hi, In .NET Core 2.1, file enumerations are very powerful due to the use of `Span`. You can read for example this blog post : [performance improvements in .NET Core...

Enhancement
Discussion
Investigate

Hi, I tried to use AlphaFS in a .NET 5.0 project and I get the following warning: `Avertissement NU1701: Le package 'AlphaFS 2.2.6' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2,...

I am trying to automate the execution of a maintenance notebook. But the job failed with the following message: ``` Step: "Exec-Notebook" Message: "Unable to start execution of step 1...

I installed AVS on my Raspberry Pi 3 to cast audio from my Amazon Music app, but the Pi doesn't appear as available device for audio casting in the app....

Awaiting more information

Hi, Is there any preprocessor directives defined by OmniSharp ? Here is the concept: ```cs #if OMNISHARP // the code would be read only by OmniSharp in VS Code //...

feature request
csx

### Prerequisites - [X] I have written a descriptive issue title. - [ ] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported....

Issue-Bug
Area-Script Analysis

You can now disable the repository directory ownership validation by using the `GIT_OPT_SET_OWNER_VALIDATION` with `git_libgit2_opts()`: https://github.com/libgit2/libgit2/pull/6266 This option is not yet exposed in the C# bindings, e.g. in the `GlobalSettings`...