Mark-James M

Results 7 comments of Mark-James M

I also tried creating a cross-platform branch to test using [SharpAudio](https://github.com/feliwir/SharpAudio) for the cross-platform library: https://github.com/markjamesm/MusicSharp/tree/cross-platform Basic audio playback works on Windows (with [some bugs](https://github.com/feliwir/SharpAudio/issues/15)) but attempting to play a...

Thinking of implementing this feature using the [PlaylistsNet library](https://www.nuget.org/packages/PlaylistsNET/) to support M3U playlist files. Inside the MusicSharp TUI, there would need to be options to: - Add files to a...

I actually ended up going with the ATL Dotnet library as it is more mature and offers better documentation. See this branch for progress: https://github.com/markjamesm/MusicSharp/tree/playlists

Playlist loading has been implemented successfully. The next step is to think about how playlist saving will work. Currently, if you open a playlist and then a new file, the...

Note that you can copy/paste text from inside a text field, but not outside the application.

Doing more research into this, it appears that the current Reactronica codebase contains the StartAudioContext for iOS within [the song](https://github.com/unkleho/reactronica/blob/main/src/components/Song.tsx#L40) component. Is it possible a new iOS update was released...

According to this [this comment](https://github.com/naudio/NAudio/issues/1077#issuecomment-1829889116) by Mark Heath (creator of the NAudio library): _I am in discussions with someone who has offered to contribute a Linux IWavePlayer implementation which would...