Skip to content

AlbrechtL/teddy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 9 commits ahead, 54 commits behind toniebox-reverse-engineering:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
ID3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tonie file tool

With this tool you can dump existing files of the famous audio box or create custom ones.

Linux

WARNING: The TeddyBench Linux port has alpha status. So don't use it unless you are a developer and you are able to understand cryptic error messages. It is not fully tested but converting files should work.

It is tested with Ubuntu 20.04.

Requirements

Please install the following packages

# sudo apt install mono-complete xcb ffmpeg libgdiplus libcanberra-gtk-module libcanberra-gtk3-module

Running

General

You have to run TeddyBench with mono. Using wine is not working.

# mono TeddyBench.exe

Know issues

For some reasons TonieBench is running unstable with mono. So you can try the following steps.

A. Running with sudo (root)

# sudo mono TeddyBench.exe

B. Set some environment variables

# export MONO_MANAGED_WATCHER=disabled
# export MONO_WINFORMS_XIM_STYLE=disabled
# mono TeddyBench.exe

Development

You can compile it directly under Linux with monodevelop.

About

With this tool you can dump existing files for the famous audio box or create custom ones.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%