hinto-janai

Results 39 issues of hinto-janai

## Setup - Linux x86_64 - `cpal 0.15.2` - ALSA ## Request On `Stream`'s that can be and are paused, it would be nice if `cpal` did not consume any...

Hello, first of all - thanks for this library. I have some [code](https://github.com/hinto-janai/festival/blob/512dc7bfc76341c0e06902252c634e24700d7140/shukusai/src/audio/media_controls.rs#L51) interacting with `souvlaki`, based off one of the [examples](https://github.com/Sinono3/souvlaki/blob/384539fe83e8bf5c966192ba28e9405e3253619b/src/platform/windows/mod.rs) to create a dummy window. I'm encountering some...

bug
windows

These are some flag options that should probably be turned into UI options. P2Pool: - [ ] `--addpeers` - [ ] `--no-dns` - [ ] `--p2p-external-port` - [ ] `--no-upnp`...

feature

When P2Pool finds a payout, [Gupax immediately saves it into it's own history.](https://github.com/hinto-janai/gupax/blob/8fbd949342d0fb5ffaa4a128bf622501ca7daecf/src/helper.rs#L286) In the case of orphan blocks, this payout is no longer existent, yet Gupax has already has...

bug

Closes https://github.com/hinto-janai/festival/issues/67.

feature
shukusai

## What There are some key global data structures that have `static` lifetime. E.g, `AUDIO_STATE`, `RESET_STATE`. Atomics are simpler, easier to use, more performant, and won't ever deadlock. Although these...

shukusai
someday

## What The code for [`Audio`](https://github.com/hinto-janai/festival/tree/main/shukusai/src/audio) is too entwined. The major roles `Audio` plays is: - Audio decoding/demuxing - `Kernel` signal handling - OS media control + metadata handling -...

shukusai
someday

## OS & Version Windows x64. Festival GUI `v1.0.0` to `v1.3.3`. ## Bug Festival GUI hangs (stops responding) on song selection on certain Windows builds. It is most likely blocking...

bug
gui

## Version `Festival GUI v1.3.0` ## Bug The `Songs` tab is very laggy. Although the current code only displays the viewport (good), every single `Song` object is iterated through and...

bug
gui

## Feature There should be an analytics system (scrobbling) that tracks `Song`, `Album` and `Artist` listening data. The values recorded could be either per second values or per full completion,...

feature
shukusai
someday