dcvz

Results 47 issues of dcvz

Hi @jorgenhenrichsen , I've been maintaining [a fork](https://github.com/DoubleSymmetry/SwiftAudioEx) of this repository - where I've done additional bug fixes and will continue building out the library with eventual support for caching,...

Wanted to bring this to your attention: https://github.com/neekeetab/CachingPlayerItem I've done some basic test integrating into the library and it's interesting. In a library I would expect a track should play...

enhancement

#### Background Delta is made up of individual cores for specific emulators -- basically one project that includes other projects via cocoapods. Delta also has all other delta cores in...

**What is the need and use case of this feature?** Automatically handle changing between earphones and speakers **Describe the ideal solution** Make use of https://github.com/doublesymmetry/KotlinAudio/pull/26 when that's released

Platform: Android
Feature

I've tried this with Reveal 29, but somehow the loading via `dlopen()` fails with the following: ``` dlopen error: dlopen(/Library/Application Support/CCRevealLoader/RevealServer.framework/RevealServer, 2): no suitable image found. Did find: /Library/Application Support/CCRevealLoader/RevealServer.framework/RevealServer:...

I'm currently working on [nds4ios](https://github.com/dcvz/nds4ios) and thought that since both projects are based on DeSmuME it'd be cool if they could share the core as it could benefit both projects....

This adds a UI button for instantly running start menu programs

### Feature description Implementing Module support for Tuple ### Feature motivation Would allow syntax such as: ```rust #[derive(Module, Debug)] pub struct UNetMidBlock2D { resnet: ResnetBlock2D, attn_resnets: Vec, } ``` ###...

enhancement

### Feature description Add a `chunk` method on tensor to faciliate splitting a tensor into a given number of chunks ### Feature motivation Its a fairly common operation supported by...

good first issue