Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nitish Sharma
summer-of-code-ideas-list
Commits
177e6b40
Commit
177e6b40
authored
Mar 04, 2018
by
Jonathan Wilkes
Browse files
add vintage hardware emulation library
parent
c110f542
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
177e6b40
...
...
@@ -543,3 +543,31 @@ More details on a previous attempt at addressing the problem can be found
### Languages
Javascript and C.
Vintage Platform Audio Emulation Library
----------------------------------------
### Goal
Create a library with objects that emulate the hardware from
old hardware like the atari 2600, NES, and others.
### Details
There are a lot of resources online for emulating old
hardware. Purr Data would benefit by having a library
that provides a consistent interface for objects that
take input into an emulation of a piece of hardware and
output one or more audio signals.
If possible, it would be beneficial if most of the interface
could be built as a set of abstractions. That way more
developers would be able to understand and improve the library.
There is a TIA chip emulator written in C in externals/mmonoplayer
that can be used as a starting point.
### Difficulty: Moderate.
### Languages
Pd (Purr Data is a fork of the software Pure Data-- the visual language itself
is usually referred to as Pd.) Also, C.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment