docs: update README with comprehensive effects documentation and bump version to 1.2.0

README Updates:
- Updated features list with all new capabilities
- Comprehensive Audio Effects section covering all 7 effects:
  - Pitch, Speed, Echo, Robot, Chorus, Tremolo Depth, Tremolo Rate
- Detailed effect ranges, defaults, and descriptions
- Effect application order documentation
- Performance notes and warnings
- Enhanced Preview with Effects section with examples
- Example effect combinations for users to try

Version Bump:
- Bumped __version__ from 1.1.0 to 1.2.0

Major features in 1.2.0:
- 4 new voice effects (echo, robot, chorus, tremolo)
- Unlimited effects with performance warnings
- Complete effects pipeline implementation
- Enhanced preview system
This commit is contained in:
2026-01-31 17:33:28 -06:00
parent 40843e4ac9
commit 85a334a57b
2 changed files with 82 additions and 16 deletions

2
bot.py
View File

@@ -1,4 +1,4 @@
__version__ = "1.1.0"
__version__ = "1.2.0"
import random
import sys