Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: LossyWAV C# port (Read 6198 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

LossyWAV C# port

This is a very simple implementation, stripped bare of all the nice command line switches and console output. It just encodes from one .wav file to another, and it has been tested only on one piece of music and only with default parameters.

In other words, this is for developers only.

[attachment=4747:attachment]
CUETools 2.1.6

LossyWAV C# port

Reply #1
Well done, Sir!
lossyWAV -q X -a 4 -s h -A --feedback 2 --limit 15848 --scale 0.5 | FLAC -5 -e -p -b 512 -P=4096 -S- (having set foobar to output 24-bit PCM; scaling by 0.5 gives the ANS headroom to work)

LossyWAV C# port

Reply #2
Good work Gregory!  Thats big step forward for lossyWav.
Now Java dev could port it easily from C# source also.